Shades of Dark Turquoise #05CBDA
Tints of Dark Turquoise #05CBDA
RGB
CMYK
RGB Variations
Color information
#05CBDA (or 0x05CBDA) is known color: Dark Turquoise. HEX triplet: 05, CB and DA. RGB value is (5,203,218). Sum of RGB (Red+Green+Blue) = 5+203+218=426 (56% of max value = 765). Red value is 5 (2.34% from 255 or 1.17% from 426); Green value is 203 (79.69% from 255 or 47.65% from 426); Blue value is 218 (85.55% from 255 or 51.17% from 426); Max value from RGB is 218 - color contains mainly: blue. Hex color #05CBDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05CBDA is #FA3425. Grayscale: #919191. Windows color (decimal): -16397350 or 14338821. OLE color: 14338821.
HSL color Cylindrical-coordinate representation of color #05CBDA: hue angle of 184.23º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05CBDA is Cyan = 0.98, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 5 | 203 | 218 | - |
| CMYK | 0.98 | 0.07 | 0 | 0.15 |
| HSL | 184.23º | 0.96% | 0.44% | - |
| HSV(B) | 184.23º | 0.98% | 0.85% | - |
| XYZ | 34.07 | 47.81 | 73.76 | - |
| YUV | 145.51 | 168.9 | 27.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 203 | 218 | 0.98 | 0.07 | 0 | 0.15 | 184.23 | 0.96 | 0.44 |
| Hex | 5 | CB | DA | 62 | 7 | 0 | F | B8 | 60 | 2C |
| Octal | 5 | 313 | 332 | 142 | 7 | 0 | 17 | 270 | 140 | 54 |
| Binary | 101 | 11001011 | 11011010 | 1100010 | 111 | 0 | 1111 | 10111000 | 1100000 | 101100 |
Color Harmonies of #05CBDA
Complementary color
Monochromatic Colors of #05CBDA
Black with #05CBDA
Text Example
Text Example
White with #05CBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CBDA; }
p { color: rgb(5,203,218); }
H1.HeaderClassName
{
color: #05CBDA;
}
.AnyTagClassName
{
color: #05CBDA;
}
</style>
background-color css
<style>
a { background-color: #05CBDA; }
a { background-color: rgb(5,203,218); }
div.DivClassName
{
background-color: #05CBDA;
}
.BgClassName
{
background-color: #05CBDA;
}
</style>
border-color css
<style>
span { border-color: #05CBDA; }
span { border-color: rgb(5,203,218); }
td.TdClassName
{
border-color: #05CBDA;
}
.TagClassName
{
border-color: #05CBDA;
}
</style>