Shades of Medium Turquoise #5FDBD4
Tints of Medium Turquoise #5FDBD4
RGB
CMYK
RGB Variations
Color information
#5FDBD4 (or 0x5FDBD4) is known color: Medium Turquoise. HEX triplet: 5F, DB and D4. RGB value is (95,219,212). Sum of RGB (Red+Green+Blue) = 95+219+212=526 (69% of max value = 765). Red value is 95 (37.5% from 255 or 18.06% from 526); Green value is 219 (85.94% from 255 or 41.63% from 526); Blue value is 212 (83.20% from 255 or 40.30% from 526); Max value from RGB is 219 - color contains mainly: green. Hex color #5FDBD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FDBD4 is #A0242B. Grayscale: #B5B5B5. Windows color (decimal): -10495020 or 13949791. OLE color: 13949791.
HSL color Cylindrical-coordinate representation of color #5FDBD4: hue angle of 176.61º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FDBD4 is Cyan = 0.57, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 219 | 212 | - |
| CMYK | 0.57 | 0 | 0.03 | 0.14 |
| HSL | 176.61º | 0.63% | 0.62% | - |
| HSV(B) | 176.61º | 0.57% | 0.86% | - |
| XYZ | 41.93 | 57.85 | 71.24 | - |
| YUV | 181.13 | 145.42 | 66.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 219 | 212 | 0.57 | 0 | 0.03 | 0.14 | 176.61 | 0.63 | 0.62 |
| Hex | 5F | DB | D4 | 39 | 0 | 3 | E | B1 | 3F | 3E |
| Octal | 137 | 333 | 324 | 71 | 0 | 3 | 16 | 261 | 77 | 76 |
| Binary | 1011111 | 11011011 | 11010100 | 111001 | 0 | 11 | 1110 | 10110001 | 111111 | 111110 |
Color Harmonies of #5FDBD4
Complementary color
Monochromatic Colors of #5FDBD4
Black with #5FDBD4
Text Example
Text Example
White with #5FDBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDBD4; }
p { color: rgb(95,219,212); }
H1.HeaderClassName
{
color: #5FDBD4;
}
.AnyTagClassName
{
color: #5FDBD4;
}
</style>
background-color css
<style>
a { background-color: #5FDBD4; }
a { background-color: rgb(95,219,212); }
div.DivClassName
{
background-color: #5FDBD4;
}
.BgClassName
{
background-color: #5FDBD4;
}
</style>
border-color css
<style>
span { border-color: #5FDBD4; }
span { border-color: rgb(95,219,212); }
td.TdClassName
{
border-color: #5FDBD4;
}
.TagClassName
{
border-color: #5FDBD4;
}
</style>