Shades of Dark Turquoise #03CFDC
Tints of Dark Turquoise #03CFDC
RGB
CMYK
RGB Variations
Color information
#03CFDC (or 0x03CFDC) is known color: Dark Turquoise. HEX triplet: 03, CF and DC. RGB value is (3,207,220). Sum of RGB (Red+Green+Blue) = 3+207+220=430 (56% of max value = 765). Red value is 3 (1.56% from 255 or 0.70% from 430); Green value is 207 (81.25% from 255 or 48.14% from 430); Blue value is 220 (86.33% from 255 or 51.16% from 430); Max value from RGB is 220 - color contains mainly: blue. Hex color #03CFDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03CFDC is #FC3023. Grayscale: #939393. Windows color (decimal): -16527396 or 14470915. OLE color: 14470915.
HSL color Cylindrical-coordinate representation of color #03CFDC: hue angle of 183.59º 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 #03CFDC is Cyan = 0.99, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 207 | 220 | - |
| CMYK | 0.99 | 0.06 | 0 | 0.14 |
| HSL | 183.59º | 0.97% | 0.44% | - |
| HSV(B) | 183.59º | 0.99% | 0.86% | - |
| XYZ | 35.27 | 49.81 | 75.47 | - |
| YUV | 147.49 | 168.91 | 24.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 207 | 220 | 0.99 | 0.06 | 0 | 0.14 | 183.59 | 0.97 | 0.44 |
| Hex | 3 | CF | DC | 63 | 6 | 0 | E | B8 | 61 | 2C |
| Octal | 3 | 317 | 334 | 143 | 6 | 0 | 16 | 270 | 141 | 54 |
| Binary | 11 | 11001111 | 11011100 | 1100011 | 110 | 0 | 1110 | 10111000 | 1100001 | 101100 |
Color Harmonies of #03CFDC
Complementary color
Monochromatic Colors of #03CFDC
Black with #03CFDC
Text Example
Text Example
White with #03CFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CFDC; }
p { color: rgb(3,207,220); }
H1.HeaderClassName
{
color: #03CFDC;
}
.AnyTagClassName
{
color: #03CFDC;
}
</style>
background-color css
<style>
a { background-color: #03CFDC; }
a { background-color: rgb(3,207,220); }
div.DivClassName
{
background-color: #03CFDC;
}
.BgClassName
{
background-color: #03CFDC;
}
</style>
border-color css
<style>
span { border-color: #03CFDC; }
span { border-color: rgb(3,207,220); }
td.TdClassName
{
border-color: #03CFDC;
}
.TagClassName
{
border-color: #03CFDC;
}
</style>