#5FCBD8

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

Shades of Turquoise Blue #5FCBD8

Tints of Turquoise Blue #5FCBD8

Color information

#5FCBD8 (or 0x5FCBD8) is unknown color: approx Turquoise Blue. HEX triplet: 5F, CB and D8. RGB value is (95,203,216). Sum of RGB (Red+Green+Blue) = 95+203+216=514 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.48% from 514); Green value is 203 (79.69% from 255 or 39.49% from 514); Blue value is 216 (84.77% from 255 or 42.02% from 514); Max value from RGB is 216 - color contains mainly: blue. Hex color #5FCBD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCBD8 is #A03427. Grayscale: #ACACAC. Windows color (decimal): -10499112 or 14207839. OLE color: 14207839.

HSL color Cylindrical-coordinate representation of color #5FCBD8: hue angle of 186.45º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5FCBD8 is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB95203216-
CMYK0.560.0600.15
HSL186.45º60.8%60.98%-
HSV(B)186.45º56.02%84.71%-
XYZ38.4750.172.61-
YUV172.19152.7272.94-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.48%
GREEN value IS 203 (79.69% from 255) = 39.49%
BLUE value IS 216 (84.77% from 255) = 42.02%
R=18.48%
G=39.49%
B=42.02%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal952032160.560.0600.15186.4560.860.98
Hex5FCBD83860Fba3d3d
Octal1373133307060172727575
Binary101111111001011110110001110001100111110111010111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FCBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,203,216); }

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

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

 a { background-color: rgb(95,203,216); }

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

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

 span { border-color: rgb(95,203,216); }

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