Shades of Turquoise Blue #5FDEE8
Tints of Turquoise Blue #5FDEE8
RGB
CMYK
RGB Variations
Color information
#5FDEE8 (or 0x5FDEE8) is known color: Turquoise Blue. HEX triplet: 5F, DE and E8. RGB value is (95,222,232). Sum of RGB (Red+Green+Blue) = 95+222+232=549 (72% of max value = 765). Red value is 95 (37.5% from 255 or 17.30% from 549); Green value is 222 (87.11% from 255 or 40.44% from 549); Blue value is 232 (91.02% from 255 or 42.26% from 549); Max value from RGB is 232 - color contains mainly: blue. Hex color #5FDEE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FDEE8 is #A02117. Grayscale: #B9B9B9. Windows color (decimal): -10494232 or 15261279. OLE color: 15261279.
HSL color Cylindrical-coordinate representation of color #5FDEE8: hue angle of 184.38º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FDEE8 is Cyan = 0.59, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 95 | 222 | 232 | - |
| CMYK | 0.59 | 0.04 | 0 | 0.09 |
| HSL | 184.38º | 0.75% | 0.64% | - |
| HSV(B) | 184.38º | 0.59% | 0.91% | - |
| XYZ | 45.41 | 60.5 | 85.63 | - |
| YUV | 185.17 | 154.42 | 63.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 222 | 232 | 0.59 | 0.04 | 0 | 0.09 | 184.38 | 0.75 | 0.64 |
| Hex | 5F | DE | E8 | 3B | 4 | 0 | 9 | B8 | 4B | 40 |
| Octal | 137 | 336 | 350 | 73 | 4 | 0 | 11 | 270 | 113 | 100 |
| Binary | 1011111 | 11011110 | 11101000 | 111011 | 100 | 0 | 1001 | 10111000 | 1001011 | 1000000 |
Color Harmonies of #5FDEE8
Complementary color
Monochromatic Colors of #5FDEE8
Black with #5FDEE8
Text Example
Text Example
White with #5FDEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDEE8; }
p { color: rgb(95,222,232); }
H1.HeaderClassName
{
color: #5FDEE8;
}
.AnyTagClassName
{
color: #5FDEE8;
}
</style>
background-color css
<style>
a { background-color: #5FDEE8; }
a { background-color: rgb(95,222,232); }
div.DivClassName
{
background-color: #5FDEE8;
}
.BgClassName
{
background-color: #5FDEE8;
}
</style>
border-color css
<style>
span { border-color: #5FDEE8; }
span { border-color: rgb(95,222,232); }
td.TdClassName
{
border-color: #5FDEE8;
}
.TagClassName
{
border-color: #5FDEE8;
}
</style>