Shades of Dark Turquoise #03CCDB
Tints of Dark Turquoise #03CCDB
RGB
CMYK
RGB Variations
Color information
#03CCDB (or 0x03CCDB) is known color: Dark Turquoise. HEX triplet: 03, CC and DB. RGB value is (3,204,219). Sum of RGB (Red+Green+Blue) = 3+204+219=426 (56% of max value = 765). Red value is 3 (1.56% from 255 or 0.70% from 426); Green value is 204 (80.08% from 255 or 47.89% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #03CCDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03CCDB is #FC3324. Grayscale: #919191. Windows color (decimal): -16528165 or 14404611. OLE color: 14404611.
HSL color Cylindrical-coordinate representation of color #03CCDB: hue angle of 184.17º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03CCDB is Cyan = 0.99, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 204 | 219 | - |
| CMYK | 0.99 | 0.07 | 0 | 0.14 |
| HSL | 184.17º | 0.97% | 0.44% | - |
| HSV(B) | 184.17º | 0.99% | 0.86% | - |
| XYZ | 34.42 | 48.32 | 74.53 | - |
| YUV | 145.61 | 169.41 | 26.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 204 | 219 | 0.99 | 0.07 | 0 | 0.14 | 184.17 | 0.97 | 0.44 |
| Hex | 3 | CC | DB | 63 | 7 | 0 | E | B8 | 61 | 2C |
| Octal | 3 | 314 | 333 | 143 | 7 | 0 | 16 | 270 | 141 | 54 |
| Binary | 11 | 11001100 | 11011011 | 1100011 | 111 | 0 | 1110 | 10111000 | 1100001 | 101100 |
Color Harmonies of #03CCDB
Complementary color
Monochromatic Colors of #03CCDB
Black with #03CCDB
Text Example
Text Example
White with #03CCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CCDB; }
p { color: rgb(3,204,219); }
H1.HeaderClassName
{
color: #03CCDB;
}
.AnyTagClassName
{
color: #03CCDB;
}
</style>
background-color css
<style>
a { background-color: #03CCDB; }
a { background-color: rgb(3,204,219); }
div.DivClassName
{
background-color: #03CCDB;
}
.BgClassName
{
background-color: #03CCDB;
}
</style>
border-color css
<style>
span { border-color: #03CCDB; }
span { border-color: rgb(3,204,219); }
td.TdClassName
{
border-color: #03CCDB;
}
.TagClassName
{
border-color: #03CCDB;
}
</style>