Shades of Dark Turquoise #05CDD3
Tints of Dark Turquoise #05CDD3
RGB
CMYK
RGB Variations
Color information
#05CDD3 (or 0x05CDD3) is known color: Dark Turquoise. HEX triplet: 05, CD and D3. RGB value is (5,205,211). Sum of RGB (Red+Green+Blue) = 5+205+211=421 (55% of max value = 765). Red value is 5 (2.34% from 255 or 1.19% from 421); Green value is 205 (80.47% from 255 or 48.69% from 421); Blue value is 211 (82.81% from 255 or 50.12% from 421); Max value from RGB is 211 - color contains mainly: blue. Hex color #05CDD3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05CDD3 is #FA322C. Grayscale: #919191. Windows color (decimal): -16396845 or 13880581. OLE color: 13880581.
HSL color Cylindrical-coordinate representation of color #05CDD3: hue angle of 181.75º 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 #05CDD3 is Cyan = 0.98, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 5 | 205 | 211 | - |
| CMYK | 0.98 | 0.03 | 0 | 0.17 |
| HSL | 181.75º | 0.95% | 0.42% | - |
| HSV(B) | 181.75º | 0.98% | 0.83% | - |
| XYZ | 33.65 | 48.4 | 69.2 | - |
| YUV | 145.88 | 164.74 | 27.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 205 | 211 | 0.98 | 0.03 | 0 | 0.17 | 181.75 | 0.95 | 0.42 |
| Hex | 5 | CD | D3 | 62 | 3 | 0 | 11 | B6 | 5F | 2A |
| Octal | 5 | 315 | 323 | 142 | 3 | 0 | 21 | 266 | 137 | 52 |
| Binary | 101 | 11001101 | 11010011 | 1100010 | 11 | 0 | 10001 | 10110110 | 1011111 | 101010 |
Color Harmonies of #05CDD3
Complementary color
Monochromatic Colors of #05CDD3
Black with #05CDD3
Text Example
Text Example
White with #05CDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CDD3; }
p { color: rgb(5,205,211); }
H1.HeaderClassName
{
color: #05CDD3;
}
.AnyTagClassName
{
color: #05CDD3;
}
</style>
background-color css
<style>
a { background-color: #05CDD3; }
a { background-color: rgb(5,205,211); }
div.DivClassName
{
background-color: #05CDD3;
}
.BgClassName
{
background-color: #05CDD3;
}
</style>
border-color css
<style>
span { border-color: #05CDD3; }
span { border-color: rgb(5,205,211); }
td.TdClassName
{
border-color: #05CDD3;
}
.TagClassName
{
border-color: #05CDD3;
}
</style>