Shades of Turquoise Blue #5FE8DE
Tints of Turquoise Blue #5FE8DE
RGB
CMYK
RGB Variations
Color information
#5FE8DE (or 0x5FE8DE) is known color: Turquoise Blue. HEX triplet: 5F, E8 and DE. RGB value is (95,232,222). Sum of RGB (Red+Green+Blue) = 95+232+222=549 (72% of max value = 765). Red value is 95 (37.5% from 255 or 17.30% from 549); Green value is 232 (91.02% from 255 or 42.26% from 549); Blue value is 222 (87.11% from 255 or 40.44% from 549); Max value from RGB is 232 - color contains mainly: green. Hex color #5FE8DE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FE8DE is #A01721. Grayscale: #BDBDBD. Windows color (decimal): -10491682 or 14608479. OLE color: 14608479.
HSL color Cylindrical-coordinate representation of color #5FE8DE: hue angle of 175.62º 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 #5FE8DE is Cyan = 0.59, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 95 | 232 | 222 | - |
| CMYK | 0.59 | 0 | 0.04 | 0.09 |
| HSL | 175.62º | 0.75% | 0.64% | - |
| HSV(B) | 175.62º | 0.59% | 0.91% | - |
| XYZ | 46.76 | 65.42 | 79.27 | - |
| YUV | 189.9 | 146.11 | 60.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 232 | 222 | 0.59 | 0 | 0.04 | 0.09 | 175.62 | 0.75 | 0.64 |
| Hex | 5F | E8 | DE | 3B | 0 | 4 | 9 | B0 | 4B | 40 |
| Octal | 137 | 350 | 336 | 73 | 0 | 4 | 11 | 260 | 113 | 100 |
| Binary | 1011111 | 11101000 | 11011110 | 111011 | 0 | 100 | 1001 | 10110000 | 1001011 | 1000000 |
Color Harmonies of #5FE8DE
Complementary color
Monochromatic Colors of #5FE8DE
Black with #5FE8DE
Text Example
Text Example
White with #5FE8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE8DE; }
p { color: rgb(95,232,222); }
H1.HeaderClassName
{
color: #5FE8DE;
}
.AnyTagClassName
{
color: #5FE8DE;
}
</style>
background-color css
<style>
a { background-color: #5FE8DE; }
a { background-color: rgb(95,232,222); }
div.DivClassName
{
background-color: #5FE8DE;
}
.BgClassName
{
background-color: #5FE8DE;
}
</style>
border-color css
<style>
span { border-color: #5FE8DE; }
span { border-color: rgb(95,232,222); }
td.TdClassName
{
border-color: #5FE8DE;
}
.TagClassName
{
border-color: #5FE8DE;
}
</style>