Shades of Dark Turquoise #03CED0
Tints of Dark Turquoise #03CED0
RGB
CMYK
RGB Variations
Color information
#03CED0 (or 0x03CED0) is known color: Dark Turquoise. HEX triplet: 03, CE and D0. RGB value is (3,206,208). Sum of RGB (Red+Green+Blue) = 3+206+208=417 (55% of max value = 765). Red value is 3 (1.56% from 255 or 0.72% from 417); Green value is 206 (80.86% from 255 or 49.40% from 417); Blue value is 208 (81.64% from 255 or 49.88% from 417); Max value from RGB is 208 - color contains mainly: blue. Hex color #03CED0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03CED0 is #FC312F. Grayscale: #919191. Windows color (decimal): -16527664 or 13684227. OLE color: 13684227.
HSL color Cylindrical-coordinate representation of color #03CED0: hue angle of 180.59º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03CED0 is Cyan = 0.99, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 3 | 206 | 208 | - |
| CMYK | 0.99 | 0.01 | 0 | 0.18 |
| HSL | 180.59º | 0.97% | 0.41% | - |
| HSV(B) | 180.59º | 0.99% | 0.82% | - |
| XYZ | 33.49 | 48.72 | 67.31 | - |
| YUV | 145.53 | 163.25 | 26.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 206 | 208 | 0.99 | 0.01 | 0 | 0.18 | 180.59 | 0.97 | 0.41 |
| Hex | 3 | CE | D0 | 63 | 1 | 0 | 12 | B5 | 61 | 29 |
| Octal | 3 | 316 | 320 | 143 | 1 | 0 | 22 | 265 | 141 | 51 |
| Binary | 11 | 11001110 | 11010000 | 1100011 | 1 | 0 | 10010 | 10110101 | 1100001 | 101001 |
Color Harmonies of #03CED0
Complementary color
Monochromatic Colors of #03CED0
Black with #03CED0
Text Example
Text Example
White with #03CED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CED0; }
p { color: rgb(3,206,208); }
H1.HeaderClassName
{
color: #03CED0;
}
.AnyTagClassName
{
color: #03CED0;
}
</style>
background-color css
<style>
a { background-color: #03CED0; }
a { background-color: rgb(3,206,208); }
div.DivClassName
{
background-color: #03CED0;
}
.BgClassName
{
background-color: #03CED0;
}
</style>
border-color css
<style>
span { border-color: #03CED0; }
span { border-color: rgb(3,206,208); }
td.TdClassName
{
border-color: #03CED0;
}
.TagClassName
{
border-color: #03CED0;
}
</style>