Shades of Turquoise Blue #5FCED9
Tints of Turquoise Blue #5FCED9
RGB
CMYK
RGB Variations
Color information
#5FCED9 (or 0x5FCED9) is known color: Turquoise Blue. HEX triplet: 5F, CE and D9. RGB value is (95,206,217). Sum of RGB (Red+Green+Blue) = 95+206+217=518 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.34% from 518); Green value is 206 (80.86% from 255 or 39.77% from 518); Blue value is 217 (85.16% from 255 or 41.89% from 518); Max value from RGB is 217 - color contains mainly: blue. Hex color #5FCED9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCED9 is #A03126. Grayscale: #ADADAD. Windows color (decimal): -10498343 or 14274143. OLE color: 14274143.
HSL color Cylindrical-coordinate representation of color #5FCED9: hue angle of 185.41º degrees, saturation: 0.62, 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 #5FCED9 is Cyan = 0.56, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 95 | 206 | 217 | - |
| CMYK | 0.56 | 0.05 | 0 | 0.15 |
| HSL | 185.41º | 0.62% | 0.61% | - |
| HSV(B) | 185.41º | 0.56% | 0.85% | - |
| XYZ | 39.32 | 51.59 | 73.53 | - |
| YUV | 174.07 | 152.23 | 71.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 206 | 217 | 0.56 | 0.05 | 0 | 0.15 | 185.41 | 0.62 | 0.61 |
| Hex | 5F | CE | D9 | 38 | 5 | 0 | F | B9 | 3E | 3D |
| Octal | 137 | 316 | 331 | 70 | 5 | 0 | 17 | 271 | 76 | 75 |
| Binary | 1011111 | 11001110 | 11011001 | 111000 | 101 | 0 | 1111 | 10111001 | 111110 | 111101 |
Color Harmonies of #5FCED9
Complementary color
Monochromatic Colors of #5FCED9
Black with #5FCED9
Text Example
Text Example
White with #5FCED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCED9; }
p { color: rgb(95,206,217); }
H1.HeaderClassName
{
color: #5FCED9;
}
.AnyTagClassName
{
color: #5FCED9;
}
</style>
background-color css
<style>
a { background-color: #5FCED9; }
a { background-color: rgb(95,206,217); }
div.DivClassName
{
background-color: #5FCED9;
}
.BgClassName
{
background-color: #5FCED9;
}
</style>
border-color css
<style>
span { border-color: #5FCED9; }
span { border-color: rgb(95,206,217); }
td.TdClassName
{
border-color: #5FCED9;
}
.TagClassName
{
border-color: #5FCED9;
}
</style>