Shades of Turquoise Blue #5FDEDA
Tints of Turquoise Blue #5FDEDA
RGB
CMYK
RGB Variations
Color information
#5FDEDA (or 0x5FDEDA) is known color: Turquoise Blue. HEX triplet: 5F, DE and DA. RGB value is (95,222,218). Sum of RGB (Red+Green+Blue) = 95+222+218=535 (70% of max value = 765). Red value is 95 (37.5% from 255 or 17.76% from 535); Green value is 222 (87.11% from 255 or 41.50% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 222 - color contains mainly: green. Hex color #5FDEDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FDEDA is #A02125. Grayscale: #B7B7B7. Windows color (decimal): -10494246 or 14343775. OLE color: 14343775.
HSL color Cylindrical-coordinate representation of color #5FDEDA: hue angle of 178.11º 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 #5FDEDA is Cyan = 0.57, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 95 | 222 | 218 | - |
CMYK | 0.57 | 0 | 0.02 | 0.13 |
HSL | 178.11º | 0.66% | 0.62% | - |
HSV(B) | 178.11º | 0.57% | 0.87% | - |
XYZ | 43.5 | 59.74 | 75.57 | - |
YUV | 183.57 | 147.42 | 64.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 95 | 222 | 218 | 0.57 | 0 | 0.02 | 0.13 | 178.11 | 0.66 | 0.62 |
Hex | 5F | DE | DA | 39 | 0 | 2 | D | B2 | 42 | 3E |
Octal | 137 | 336 | 332 | 71 | 0 | 2 | 15 | 262 | 102 | 76 |
Binary | 1011111 | 11011110 | 11011010 | 111001 | 0 | 10 | 1101 | 10110010 | 1000010 | 111110 |
Color Harmonies of #5FDEDA
Complementary color
Monochromatic Colors of #5FDEDA
Black with #5FDEDA
Text Example
Text Example
White with #5FDEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDEDA; }
p { color: rgb(95,222,218); }
H1.HeaderClassName
{
color: #5FDEDA;
}
.AnyTagClassName
{
color: #5FDEDA;
}
</style>
background-color css
<style>
a { background-color: #5FDEDA; }
a { background-color: rgb(95,222,218); }
div.DivClassName
{
background-color: #5FDEDA;
}
.BgClassName
{
background-color: #5FDEDA;
}
</style>
border-color css
<style>
span { border-color: #5FDEDA; }
span { border-color: rgb(95,222,218); }
td.TdClassName
{
border-color: #5FDEDA;
}
.TagClassName
{
border-color: #5FDEDA;
}
</style>