Shades of Dark Turquoise #05CFDE
Tints of Dark Turquoise #05CFDE
RGB
CMYK
RGB Variations
Color information
#05CFDE (or 0x05CFDE) is known color: Dark Turquoise. HEX triplet: 05, CF and DE. RGB value is (5,207,222). Sum of RGB (Red+Green+Blue) = 5+207+222=434 (57% of max value = 765). Red value is 5 (2.34% from 255 or 1.15% from 434); Green value is 207 (81.25% from 255 or 47.70% from 434); Blue value is 222 (87.11% from 255 or 51.15% from 434); Max value from RGB is 222 - color contains mainly: blue. Hex color #05CFDE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05CFDE is #FA3021. Grayscale: #949494. Windows color (decimal): -16396322 or 14601989. OLE color: 14601989.
HSL color Cylindrical-coordinate representation of color #05CFDE: hue angle of 184.15º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05CFDE is Cyan = 0.98, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 207 | 222 | - |
| CMYK | 0.98 | 0.07 | 0 | 0.13 |
| HSL | 184.15º | 0.96% | 0.45% | - |
| HSV(B) | 184.15º | 0.98% | 0.87% | - |
| XYZ | 35.56 | 49.93 | 76.87 | - |
| YUV | 148.31 | 169.58 | 25.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 207 | 222 | 0.98 | 0.07 | 0 | 0.13 | 184.15 | 0.96 | 0.45 |
| Hex | 5 | CF | DE | 62 | 7 | 0 | D | B8 | 60 | 2D |
| Octal | 5 | 317 | 336 | 142 | 7 | 0 | 15 | 270 | 140 | 55 |
| Binary | 101 | 11001111 | 11011110 | 1100010 | 111 | 0 | 1101 | 10111000 | 1100000 | 101101 |
Color Harmonies of #05CFDE
Complementary color
Monochromatic Colors of #05CFDE
Black with #05CFDE
Text Example
Text Example
White with #05CFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CFDE; }
p { color: rgb(5,207,222); }
H1.HeaderClassName
{
color: #05CFDE;
}
.AnyTagClassName
{
color: #05CFDE;
}
</style>
background-color css
<style>
a { background-color: #05CFDE; }
a { background-color: rgb(5,207,222); }
div.DivClassName
{
background-color: #05CFDE;
}
.BgClassName
{
background-color: #05CFDE;
}
</style>
border-color css
<style>
span { border-color: #05CFDE; }
span { border-color: rgb(5,207,222); }
td.TdClassName
{
border-color: #05CFDE;
}
.TagClassName
{
border-color: #05CFDE;
}
</style>