Shades of Dark Turquoise #03CDDD
Tints of Dark Turquoise #03CDDD
RGB
CMYK
RGB Variations
Color information
#03CDDD (or 0x03CDDD) is known color: Dark Turquoise. HEX triplet: 03, CD and DD. RGB value is (3,205,221). Sum of RGB (Red+Green+Blue) = 3+205+221=429 (56% of max value = 765). Red value is 3 (1.56% from 255 or 0.70% from 429); Green value is 205 (80.47% from 255 or 47.79% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #03CDDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03CDDD is #FC3222. Grayscale: #929292. Windows color (decimal): -16527907 or 14535939. OLE color: 14535939.
HSL color Cylindrical-coordinate representation of color #03CDDD: hue angle of 184.4º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03CDDD is Cyan = 0.99, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 205 | 221 | - |
| CMYK | 0.99 | 0.07 | 0 | 0.13 |
| HSL | 184.4º | 0.97% | 0.44% | - |
| HSV(B) | 184.4º | 0.99% | 0.87% | - |
| XYZ | 34.92 | 48.9 | 76.01 | - |
| YUV | 146.43 | 170.08 | 25.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 205 | 221 | 0.99 | 0.07 | 0 | 0.13 | 184.4 | 0.97 | 0.44 |
| Hex | 3 | CD | DD | 63 | 7 | 0 | D | B8 | 61 | 2C |
| Octal | 3 | 315 | 335 | 143 | 7 | 0 | 15 | 270 | 141 | 54 |
| Binary | 11 | 11001101 | 11011101 | 1100011 | 111 | 0 | 1101 | 10111000 | 1100001 | 101100 |
Color Harmonies of #03CDDD
Complementary color
Monochromatic Colors of #03CDDD
Black with #03CDDD
Text Example
Text Example
White with #03CDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CDDD; }
p { color: rgb(3,205,221); }
H1.HeaderClassName
{
color: #03CDDD;
}
.AnyTagClassName
{
color: #03CDDD;
}
</style>
background-color css
<style>
a { background-color: #03CDDD; }
a { background-color: rgb(3,205,221); }
div.DivClassName
{
background-color: #03CDDD;
}
.BgClassName
{
background-color: #03CDDD;
}
</style>
border-color css
<style>
span { border-color: #03CDDD; }
span { border-color: rgb(3,205,221); }
td.TdClassName
{
border-color: #03CDDD;
}
.TagClassName
{
border-color: #03CDDD;
}
</style>