Shades of Dark Turquoise #03CCDF
Tints of Dark Turquoise #03CCDF
RGB
CMYK
RGB Variations
Color information
#03CCDF (or 0x03CCDF) is known color: Dark Turquoise. HEX triplet: 03, CC and DF. RGB value is (3,204,223). Sum of RGB (Red+Green+Blue) = 3+204+223=430 (56% of max value = 765). Red value is 3 (1.56% from 255 or 0.70% from 430); Green value is 204 (80.08% from 255 or 47.44% from 430); Blue value is 223 (87.5% from 255 or 51.86% from 430); Max value from RGB is 223 - color contains mainly: blue. Hex color #03CCDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03CCDF is #FC3320. Grayscale: #919191. Windows color (decimal): -16528161 or 14666755. OLE color: 14666755.
HSL color Cylindrical-coordinate representation of color #03CCDF: hue angle of 185.18º 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 #03CCDF is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 204 | 223 | - |
| CMYK | 0.99 | 0.09 | 0 | 0.13 |
| HSL | 185.18º | 0.97% | 0.44% | - |
| HSV(B) | 185.18º | 0.99% | 0.87% | - |
| XYZ | 34.95 | 48.53 | 77.34 | - |
| YUV | 146.07 | 171.41 | 25.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 204 | 223 | 0.99 | 0.09 | 0 | 0.13 | 185.18 | 0.97 | 0.44 |
| Hex | 3 | CC | DF | 63 | 9 | 0 | D | B9 | 61 | 2C |
| Octal | 3 | 314 | 337 | 143 | 11 | 0 | 15 | 271 | 141 | 54 |
| Binary | 11 | 11001100 | 11011111 | 1100011 | 1001 | 0 | 1101 | 10111001 | 1100001 | 101100 |
Color Harmonies of #03CCDF
Complementary color
Monochromatic Colors of #03CCDF
Black with #03CCDF
Text Example
Text Example
White with #03CCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CCDF; }
p { color: rgb(3,204,223); }
H1.HeaderClassName
{
color: #03CCDF;
}
.AnyTagClassName
{
color: #03CCDF;
}
</style>
background-color css
<style>
a { background-color: #03CCDF; }
a { background-color: rgb(3,204,223); }
div.DivClassName
{
background-color: #03CCDF;
}
.BgClassName
{
background-color: #03CCDF;
}
</style>
border-color css
<style>
span { border-color: #03CCDF; }
span { border-color: rgb(3,204,223); }
td.TdClassName
{
border-color: #03CCDF;
}
.TagClassName
{
border-color: #03CCDF;
}
</style>