Shades of Turquoise Blue #5FDEEA
Tints of Turquoise Blue #5FDEEA
RGB
CMYK
RGB Variations
Color information
#5FDEEA (or 0x5FDEEA) is known color: Turquoise Blue. HEX triplet: 5F, DE and EA. RGB value is (95,222,234). Sum of RGB (Red+Green+Blue) = 95+222+234=551 (72% of max value = 765). Red value is 95 (37.5% from 255 or 17.24% from 551); Green value is 222 (87.11% from 255 or 40.29% from 551); Blue value is 234 (91.80% from 255 or 42.47% from 551); Max value from RGB is 234 - color contains mainly: blue. Hex color #5FDEEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FDEEA is #A02115. Grayscale: #B9B9B9. Windows color (decimal): -10494230 or 15392351. OLE color: 15392351.
HSL color Cylindrical-coordinate representation of color #5FDEEA: hue angle of 185.18º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FDEEA is Cyan = 0.59, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 95 | 222 | 234 | - |
| CMYK | 0.59 | 0.05 | 0 | 0.08 |
| HSL | 185.18º | 0.77% | 0.65% | - |
| HSV(B) | 185.18º | 0.59% | 0.92% | - |
| XYZ | 45.69 | 60.62 | 87.13 | - |
| YUV | 185.4 | 155.42 | 63.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 222 | 234 | 0.59 | 0.05 | 0 | 0.08 | 185.18 | 0.77 | 0.65 |
| Hex | 5F | DE | EA | 3B | 5 | 0 | 8 | B9 | 4D | 41 |
| Octal | 137 | 336 | 352 | 73 | 5 | 0 | 10 | 271 | 115 | 101 |
| Binary | 1011111 | 11011110 | 11101010 | 111011 | 101 | 0 | 1000 | 10111001 | 1001101 | 1000001 |
Color Harmonies of #5FDEEA
Complementary color
Monochromatic Colors of #5FDEEA
Black with #5FDEEA
Text Example
Text Example
White with #5FDEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDEEA; }
p { color: rgb(95,222,234); }
H1.HeaderClassName
{
color: #5FDEEA;
}
.AnyTagClassName
{
color: #5FDEEA;
}
</style>
background-color css
<style>
a { background-color: #5FDEEA; }
a { background-color: rgb(95,222,234); }
div.DivClassName
{
background-color: #5FDEEA;
}
.BgClassName
{
background-color: #5FDEEA;
}
</style>
border-color css
<style>
span { border-color: #5FDEEA; }
span { border-color: rgb(95,222,234); }
td.TdClassName
{
border-color: #5FDEEA;
}
.TagClassName
{
border-color: #5FDEEA;
}
</style>