Shades of Dark Turquoise #03CFCE
Tints of Dark Turquoise #03CFCE
RGB
CMYK
RGB Variations
Color information
#03CFCE (or 0x03CFCE) is known color: Dark Turquoise. HEX triplet: 03, CF and CE. RGB value is (3,207,206). Sum of RGB (Red+Green+Blue) = 3+207+206=416 (55% of max value = 765). Red value is 3 (1.56% from 255 or 0.72% from 416); Green value is 207 (81.25% from 255 or 49.76% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 207 - color contains mainly: green. Hex color #03CFCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03CFCE is #FC3031. Grayscale: #919191. Windows color (decimal): -16527410 or 13553411. OLE color: 13553411.
HSL color Cylindrical-coordinate representation of color #03CFCE: hue angle of 179.71º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03CFCE is Cyan = 0.99, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 3 | 207 | 206 | - |
| CMYK | 0.99 | 0 | 0.00 | 0.19 |
| HSL | 179.71º | 0.97% | 0.41% | - |
| HSV(B) | 179.71º | 0.99% | 0.81% | - |
| XYZ | 33.49 | 49.1 | 66.1 | - |
| YUV | 145.89 | 161.91 | 26.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 207 | 206 | 0.99 | 0 | 0.00 | 0.19 | 179.71 | 0.97 | 0.41 |
| Hex | 3 | CF | CE | 63 | 0 | 0 | 13 | B4 | 61 | 29 |
| Octal | 3 | 317 | 316 | 143 | 0 | 0 | 23 | 264 | 141 | 51 |
| Binary | 11 | 11001111 | 11001110 | 1100011 | 0 | 0 | 10011 | 10110100 | 1100001 | 101001 |
Color Harmonies of #03CFCE
Complementary color
Monochromatic Colors of #03CFCE
Black with #03CFCE
Text Example
Text Example
White with #03CFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CFCE; }
p { color: rgb(3,207,206); }
H1.HeaderClassName
{
color: #03CFCE;
}
.AnyTagClassName
{
color: #03CFCE;
}
</style>
background-color css
<style>
a { background-color: #03CFCE; }
a { background-color: rgb(3,207,206); }
div.DivClassName
{
background-color: #03CFCE;
}
.BgClassName
{
background-color: #03CFCE;
}
</style>
border-color css
<style>
span { border-color: #03CFCE; }
span { border-color: rgb(3,207,206); }
td.TdClassName
{
border-color: #03CFCE;
}
.TagClassName
{
border-color: #03CFCE;
}
</style>