Shades of Dark Turquoise #05CED3
Tints of Dark Turquoise #05CED3
RGB
CMYK
RGB Variations
Color information
#05CED3 (or 0x05CED3) is known color: Dark Turquoise. HEX triplet: 05, CE and D3. RGB value is (5,206,211). Sum of RGB (Red+Green+Blue) = 5+206+211=422 (55% of max value = 765). Red value is 5 (2.34% from 255 or 1.18% from 422); Green value is 206 (80.86% from 255 or 48.82% from 422); Blue value is 211 (82.81% from 255 or 50% from 422); Max value from RGB is 211 - color contains mainly: blue. Hex color #05CED3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05CED3 is #FA312C. Grayscale: #929292. Windows color (decimal): -16396589 or 13880837. OLE color: 13880837.
HSL color Cylindrical-coordinate representation of color #05CED3: hue angle of 181.46º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05CED3 is Cyan = 0.98, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 5 | 206 | 211 | - |
| CMYK | 0.98 | 0.02 | 0 | 0.17 |
| HSL | 181.46º | 0.95% | 0.42% | - |
| HSV(B) | 181.46º | 0.98% | 0.83% | - |
| XYZ | 33.89 | 48.88 | 69.28 | - |
| YUV | 146.47 | 164.41 | 27.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 206 | 211 | 0.98 | 0.02 | 0 | 0.17 | 181.46 | 0.95 | 0.42 |
| Hex | 5 | CE | D3 | 62 | 2 | 0 | 11 | B5 | 5F | 2A |
| Octal | 5 | 316 | 323 | 142 | 2 | 0 | 21 | 265 | 137 | 52 |
| Binary | 101 | 11001110 | 11010011 | 1100010 | 10 | 0 | 10001 | 10110101 | 1011111 | 101010 |
Color Harmonies of #05CED3
Complementary color
Monochromatic Colors of #05CED3
Black with #05CED3
Text Example
Text Example
White with #05CED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CED3; }
p { color: rgb(5,206,211); }
H1.HeaderClassName
{
color: #05CED3;
}
.AnyTagClassName
{
color: #05CED3;
}
</style>
background-color css
<style>
a { background-color: #05CED3; }
a { background-color: rgb(5,206,211); }
div.DivClassName
{
background-color: #05CED3;
}
.BgClassName
{
background-color: #05CED3;
}
</style>
border-color css
<style>
span { border-color: #05CED3; }
span { border-color: rgb(5,206,211); }
td.TdClassName
{
border-color: #05CED3;
}
.TagClassName
{
border-color: #05CED3;
}
</style>