Shades of Dark Turquoise #03CDD0
Tints of Dark Turquoise #03CDD0
RGB
CMYK
RGB Variations
Color information
#03CDD0 (or 0x03CDD0) is known color: Dark Turquoise. HEX triplet: 03, CD and D0. RGB value is (3,205,208). Sum of RGB (Red+Green+Blue) = 3+205+208=416 (55% of max value = 765). Red value is 3 (1.56% from 255 or 0.72% from 416); Green value is 205 (80.47% from 255 or 49.28% from 416); Blue value is 208 (81.64% from 255 or 50% from 416); Max value from RGB is 208 - color contains mainly: blue. Hex color #03CDD0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03CDD0 is #FC322F. Grayscale: #909090. Windows color (decimal): -16527920 or 13683971. OLE color: 13683971.
HSL color Cylindrical-coordinate representation of color #03CDD0: hue angle of 180.88º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03CDD0 is Cyan = 0.99, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 3 | 205 | 208 | - |
| CMYK | 0.99 | 0.01 | 0 | 0.18 |
| HSL | 180.88º | 0.97% | 0.41% | - |
| HSV(B) | 180.88º | 0.99% | 0.82% | - |
| XYZ | 33.25 | 48.24 | 67.23 | - |
| YUV | 144.94 | 163.58 | 26.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 205 | 208 | 0.99 | 0.01 | 0 | 0.18 | 180.88 | 0.97 | 0.41 |
| Hex | 3 | CD | D0 | 63 | 1 | 0 | 12 | B5 | 61 | 29 |
| Octal | 3 | 315 | 320 | 143 | 1 | 0 | 22 | 265 | 141 | 51 |
| Binary | 11 | 11001101 | 11010000 | 1100011 | 1 | 0 | 10010 | 10110101 | 1100001 | 101001 |
Color Harmonies of #03CDD0
Complementary color
Monochromatic Colors of #03CDD0
Black with #03CDD0
Text Example
Text Example
White with #03CDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CDD0; }
p { color: rgb(3,205,208); }
H1.HeaderClassName
{
color: #03CDD0;
}
.AnyTagClassName
{
color: #03CDD0;
}
</style>
background-color css
<style>
a { background-color: #03CDD0; }
a { background-color: rgb(3,205,208); }
div.DivClassName
{
background-color: #03CDD0;
}
.BgClassName
{
background-color: #03CDD0;
}
</style>
border-color css
<style>
span { border-color: #03CDD0; }
span { border-color: rgb(3,205,208); }
td.TdClassName
{
border-color: #03CDD0;
}
.TagClassName
{
border-color: #03CDD0;
}
</style>