Shades of Dark Turquoise #03CCE9
Tints of Dark Turquoise #03CCE9
RGB
CMYK
RGB Variations
Color information
#03CCE9 (or 0x03CCE9) is known color: Dark Turquoise. HEX triplet: 03, CC and E9. RGB value is (3,204,233). Sum of RGB (Red+Green+Blue) = 3+204+233=440 (58% of max value = 765). Red value is 3 (1.56% from 255 or 0.68% from 440); Green value is 204 (80.08% from 255 or 46.36% from 440); Blue value is 233 (91.41% from 255 or 52.95% from 440); Max value from RGB is 233 - color contains mainly: blue. Hex color #03CCE9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03CCE9 is #FC3316. Grayscale: #929292. Windows color (decimal): -16528151 or 15322115. OLE color: 15322115.
HSL color Cylindrical-coordinate representation of color #03CCE9: hue angle of 187.57º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03CCE9 is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 3 | 204 | 233 | - |
| CMYK | 0.99 | 0.12 | 0 | 0.09 |
| HSL | 187.57º | 0.97% | 0.46% | - |
| HSV(B) | 187.57º | 0.99% | 0.91% | - |
| XYZ | 36.34 | 49.09 | 84.65 | - |
| YUV | 147.21 | 176.41 | 25.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 204 | 233 | 0.99 | 0.12 | 0 | 0.09 | 187.57 | 0.97 | 0.46 |
| Hex | 3 | CC | E9 | 63 | C | 0 | 9 | BC | 61 | 2E |
| Octal | 3 | 314 | 351 | 143 | 14 | 0 | 11 | 274 | 141 | 56 |
| Binary | 11 | 11001100 | 11101001 | 1100011 | 1100 | 0 | 1001 | 10111100 | 1100001 | 101110 |
Color Harmonies of #03CCE9
Complementary color
Monochromatic Colors of #03CCE9
Black with #03CCE9
Text Example
Text Example
White with #03CCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CCE9; }
p { color: rgb(3,204,233); }
H1.HeaderClassName
{
color: #03CCE9;
}
.AnyTagClassName
{
color: #03CCE9;
}
</style>
background-color css
<style>
a { background-color: #03CCE9; }
a { background-color: rgb(3,204,233); }
div.DivClassName
{
background-color: #03CCE9;
}
.BgClassName
{
background-color: #03CCE9;
}
</style>
border-color css
<style>
span { border-color: #03CCE9; }
span { border-color: rgb(3,204,233); }
td.TdClassName
{
border-color: #03CCE9;
}
.TagClassName
{
border-color: #03CCE9;
}
</style>