Shades of Dark Turquoise #05CDDB
Tints of Dark Turquoise #05CDDB
RGB
CMYK
RGB Variations
Color information
#05CDDB (or 0x05CDDB) is known color: Dark Turquoise. HEX triplet: 05, CD and DB. RGB value is (5,205,219). Sum of RGB (Red+Green+Blue) = 5+205+219=429 (56% of max value = 765). Red value is 5 (2.34% from 255 or 1.17% from 429); Green value is 205 (80.47% from 255 or 47.79% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #05CDDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05CDDB is #FA3224. Grayscale: #929292. Windows color (decimal): -16396837 or 14404869. OLE color: 14404869.
HSL color Cylindrical-coordinate representation of color #05CDDB: hue angle of 183.93º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05CDDB is Cyan = 0.98, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 205 | 219 | - |
| CMYK | 0.98 | 0.06 | 0 | 0.14 |
| HSL | 183.93º | 0.96% | 0.44% | - |
| HSV(B) | 183.93º | 0.98% | 0.86% | - |
| XYZ | 34.68 | 48.81 | 74.61 | - |
| YUV | 146.8 | 168.74 | 26.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 205 | 219 | 0.98 | 0.06 | 0 | 0.14 | 183.93 | 0.96 | 0.44 |
| Hex | 5 | CD | DB | 62 | 6 | 0 | E | B8 | 60 | 2C |
| Octal | 5 | 315 | 333 | 142 | 6 | 0 | 16 | 270 | 140 | 54 |
| Binary | 101 | 11001101 | 11011011 | 1100010 | 110 | 0 | 1110 | 10111000 | 1100000 | 101100 |
Color Harmonies of #05CDDB
Complementary color
Monochromatic Colors of #05CDDB
Black with #05CDDB
Text Example
Text Example
White with #05CDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CDDB; }
p { color: rgb(5,205,219); }
H1.HeaderClassName
{
color: #05CDDB;
}
.AnyTagClassName
{
color: #05CDDB;
}
</style>
background-color css
<style>
a { background-color: #05CDDB; }
a { background-color: rgb(5,205,219); }
div.DivClassName
{
background-color: #05CDDB;
}
.BgClassName
{
background-color: #05CDDB;
}
</style>
border-color css
<style>
span { border-color: #05CDDB; }
span { border-color: rgb(5,205,219); }
td.TdClassName
{
border-color: #05CDDB;
}
.TagClassName
{
border-color: #05CDDB;
}
</style>