Shades of Turquoise Blue #5FC9DC
Tints of Turquoise Blue #5FC9DC
RGB
CMYK
RGB Variations
Color information
#5FC9DC (or 0x5FC9DC) is known color: Turquoise Blue. HEX triplet: 5F, C9 and DC. RGB value is (95,201,220). Sum of RGB (Red+Green+Blue) = 95+201+220=516 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.41% from 516); Green value is 201 (78.91% from 255 or 38.95% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 220 - color contains mainly: blue. Hex color #5FC9DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FC9DC is #A03623. Grayscale: #ABABAB. Windows color (decimal): -10499620 or 14469471. OLE color: 14469471.
HSL color Cylindrical-coordinate representation of color #5FC9DC: hue angle of 189.12º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FC9DC is Cyan = 0.57, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 201 | 220 | - |
| CMYK | 0.57 | 0.09 | 0 | 0.14 |
| HSL | 189.12º | 0.64% | 0.62% | - |
| HSV(B) | 189.12º | 0.57% | 0.86% | - |
| XYZ | 38.52 | 49.37 | 75.21 | - |
| YUV | 171.47 | 155.38 | 73.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 201 | 220 | 0.57 | 0.09 | 0 | 0.14 | 189.12 | 0.64 | 0.62 |
| Hex | 5F | C9 | DC | 39 | 9 | 0 | E | BD | 40 | 3E |
| Octal | 137 | 311 | 334 | 71 | 11 | 0 | 16 | 275 | 100 | 76 |
| Binary | 1011111 | 11001001 | 11011100 | 111001 | 1001 | 0 | 1110 | 10111101 | 1000000 | 111110 |
Color Harmonies of #5FC9DC
Complementary color
Monochromatic Colors of #5FC9DC
Black with #5FC9DC
Text Example
Text Example
White with #5FC9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC9DC; }
p { color: rgb(95,201,220); }
H1.HeaderClassName
{
color: #5FC9DC;
}
.AnyTagClassName
{
color: #5FC9DC;
}
</style>
background-color css
<style>
a { background-color: #5FC9DC; }
a { background-color: rgb(95,201,220); }
div.DivClassName
{
background-color: #5FC9DC;
}
.BgClassName
{
background-color: #5FC9DC;
}
</style>
border-color css
<style>
span { border-color: #5FC9DC; }
span { border-color: rgb(95,201,220); }
td.TdClassName
{
border-color: #5FC9DC;
}
.TagClassName
{
border-color: #5FC9DC;
}
</style>