Shades of Turquoise Blue #5FCEDE
Tints of Turquoise Blue #5FCEDE
RGB
CMYK
RGB Variations
Color information
#5FCEDE (or 0x5FCEDE) is known color: Turquoise Blue. HEX triplet: 5F, CE and DE. RGB value is (95,206,222). Sum of RGB (Red+Green+Blue) = 95+206+222=523 (69% of max value = 765). Red value is 95 (37.5% from 255 or 18.16% from 523); Green value is 206 (80.86% from 255 or 39.39% from 523); Blue value is 222 (87.11% from 255 or 42.45% from 523); Max value from RGB is 222 - color contains mainly: blue. Hex color #5FCEDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCEDE is #A03121. Grayscale: #AEAEAE. Windows color (decimal): -10498338 or 14601823. OLE color: 14601823.
HSL color Cylindrical-coordinate representation of color #5FCEDE: hue angle of 187.56º 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 #5FCEDE is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 95 | 206 | 222 | - |
| CMYK | 0.57 | 0.07 | 0 | 0.13 |
| HSL | 187.56º | 0.66% | 0.62% | - |
| HSV(B) | 187.56º | 0.57% | 0.87% | - |
| XYZ | 39.98 | 51.85 | 77.01 | - |
| YUV | 174.64 | 154.73 | 71.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 206 | 222 | 0.57 | 0.07 | 0 | 0.13 | 187.56 | 0.66 | 0.62 |
| Hex | 5F | CE | DE | 39 | 7 | 0 | D | BC | 42 | 3E |
| Octal | 137 | 316 | 336 | 71 | 7 | 0 | 15 | 274 | 102 | 76 |
| Binary | 1011111 | 11001110 | 11011110 | 111001 | 111 | 0 | 1101 | 10111100 | 1000010 | 111110 |
Color Harmonies of #5FCEDE
Complementary color
Monochromatic Colors of #5FCEDE
Black with #5FCEDE
Text Example
Text Example
White with #5FCEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCEDE; }
p { color: rgb(95,206,222); }
H1.HeaderClassName
{
color: #5FCEDE;
}
.AnyTagClassName
{
color: #5FCEDE;
}
</style>
background-color css
<style>
a { background-color: #5FCEDE; }
a { background-color: rgb(95,206,222); }
div.DivClassName
{
background-color: #5FCEDE;
}
.BgClassName
{
background-color: #5FCEDE;
}
</style>
border-color css
<style>
span { border-color: #5FCEDE; }
span { border-color: rgb(95,206,222); }
td.TdClassName
{
border-color: #5FCEDE;
}
.TagClassName
{
border-color: #5FCEDE;
}
</style>