#5fcde2

Color #5FCDE2 Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #5FCDE2

Tints of Turquoise Blue #5FCDE2

Color information

#5FCDE2 (or 0x5FCDE2) is unknown color: approx Turquoise Blue. HEX triplet: 5F, CD and E2. RGB value is (95,205,226). Sum of RGB (Red+Green+Blue) = 95+205+226=526 (69% of max value = 765). Red value is 95 (37.5% from 255 or 18.06% from 526); Green value is 205 (80.47% from 255 or 38.97% from 526); Blue value is 226 (88.67% from 255 or 42.97% from 526); Max value from RGB is 226 - color contains mainly: blue. Hex color #5FCDE2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCDE2 is #A0321D. Grayscale: #AEAEAE. Windows color (decimal): -10498590 or 14863711. OLE color: 14863711.

HSL color Cylindrical-coordinate representation of color #5FCDE2: hue angle of 189.62º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5FCDE2 is Cyan = 0.58, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB95205226-
CMYK0.580.0900.11
HSL189.62º69.31%62.94%-
HSV(B)189.62º57.96%88.63%-
XYZ40.2851.5979.79-
YUV174.5157.0671.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 95 (37.5% from 255) = 18.06%
GREEN value IS 205 (80.47% from 255) = 38.97%
BLUE value IS 226 (88.67% from 255) = 42.97%
R=18.06%
G=38.97%
B=42.97%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal952052260.580.0900.11189.6269.3162.94
Hex5FCDE23A90Bbe453f
Octal137315342721101327610577
Binary10111111100110111100010111010100101011101111101000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5fcde2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5fcde2; }

 p { color: rgb(95,205,226); }

 H1.HeaderClassName
 {
   color: #5fcde2;
 }
 .AnyTagClassName
 {
   color: #5fcde2;
 }
</style>
background-color css

<style>
 a { background-color: #5fcde2; }

 a { background-color: rgb(95,205,226); }

 div.DivClassName
 {
   background-color: #5fcde2;
 }
 .BgClassName
 {
   background-color: #5fcde2;
 }
</style>
border-color css

<style>
 span { border-color: #5fcde2; }

 span { border-color: rgb(95,205,226); }

 td.TdClassName
 {
   border-color: #5fcde2;
 }
 .TagClassName
 {
   border-color: #5fcde2;
 }
</style>