#5FD3DE

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

Shades of Turquoise Blue #5FD3DE

Tints of Turquoise Blue #5FD3DE

Color information

#5FD3DE (or 0x5FD3DE) is unknown color: approx Turquoise Blue. HEX triplet: 5F, D3 and DE. RGB value is (95,211,222). Sum of RGB (Red+Green+Blue) = 95+211+222=528 (69% of max value = 765). Red value is 95 (37.5% from 255 or 17.99% from 528); Green value is 211 (82.81% from 255 or 39.96% from 528); Blue value is 222 (87.11% from 255 or 42.05% from 528); Max value from RGB is 222 - color contains mainly: blue. Hex color #5FD3DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FD3DE is #A02C21. Grayscale: #B1B1B1. Windows color (decimal): -10497058 or 14603103. OLE color: 14603103.

HSL color Cylindrical-coordinate representation of color #5FD3DE: hue angle of 185.2º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FD3DE is Cyan = 0.57, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB95211222-
CMYK0.570.0500.13
HSL185.2º65.8%62.16%-
HSV(B)185.2º57.21%87.06%-
XYZ41.254.377.42-
YUV177.57153.0769.11-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 17.99%
GREEN value IS 211 (82.81% from 255) = 39.96%
BLUE value IS 222 (87.11% from 255) = 42.05%
R=17.99%
G=39.96%
B=42.05%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal952112220.570.0500.13185.265.862.16
Hex5FD3DE3950Db9423e
Octal13732333671501527110276
Binary1011111110100111101111011100110101101101110011000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FD3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,211,222); }

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

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

 a { background-color: rgb(95,211,222); }

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

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

 span { border-color: rgb(95,211,222); }

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