Shades of Turquoise Blue #5FCED6
Tints of Turquoise Blue #5FCED6
RGB
CMYK
RGB Variations
Color information
#5FCED6 (or 0x5FCED6) is known color: Turquoise Blue. HEX triplet: 5F, CE and D6. RGB value is (95,206,214). Sum of RGB (Red+Green+Blue) = 95+206+214=515 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.45% from 515); Green value is 206 (80.86% from 255 or 40% from 515); Blue value is 214 (83.98% from 255 or 41.55% from 515); Max value from RGB is 214 - color contains mainly: blue. Hex color #5FCED6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCED6 is #A03129. Grayscale: #ADADAD. Windows color (decimal): -10498346 or 14077535. OLE color: 14077535.
HSL color Cylindrical-coordinate representation of color #5FCED6: hue angle of 184.03º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5FCED6 is Cyan = 0.56, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 95 | 206 | 214 | - |
| CMYK | 0.56 | 0.04 | 0 | 0.16 |
| HSL | 184.03º | 0.59% | 0.61% | - |
| HSV(B) | 184.03º | 0.56% | 0.84% | - |
| XYZ | 38.93 | 51.43 | 71.49 | - |
| YUV | 173.72 | 150.73 | 71.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 206 | 214 | 0.56 | 0.04 | 0 | 0.16 | 184.03 | 0.59 | 0.61 |
| Hex | 5F | CE | D6 | 38 | 4 | 0 | 10 | B8 | 3B | 3D |
| Octal | 137 | 316 | 326 | 70 | 4 | 0 | 20 | 270 | 73 | 75 |
| Binary | 1011111 | 11001110 | 11010110 | 111000 | 100 | 0 | 10000 | 10111000 | 111011 | 111101 |
Color Harmonies of #5FCED6
Complementary color
Monochromatic Colors of #5FCED6
Black with #5FCED6
Text Example
Text Example
White with #5FCED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCED6; }
p { color: rgb(95,206,214); }
H1.HeaderClassName
{
color: #5FCED6;
}
.AnyTagClassName
{
color: #5FCED6;
}
</style>
background-color css
<style>
a { background-color: #5FCED6; }
a { background-color: rgb(95,206,214); }
div.DivClassName
{
background-color: #5FCED6;
}
.BgClassName
{
background-color: #5FCED6;
}
</style>
border-color css
<style>
span { border-color: #5FCED6; }
span { border-color: rgb(95,206,214); }
td.TdClassName
{
border-color: #5FCED6;
}
.TagClassName
{
border-color: #5FCED6;
}
</style>