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