Shades of Dark Turquoise #03CEE9
Tints of Dark Turquoise #03CEE9
RGB
CMYK
RGB Variations
Color information
#03CEE9 (or 0x03CEE9) is known color: Dark Turquoise. HEX triplet: 03, CE and E9. RGB value is (3,206,233). Sum of RGB (Red+Green+Blue) = 3+206+233=442 (58% of max value = 765). Red value is 3 (1.56% from 255 or 0.68% from 442); Green value is 206 (80.86% from 255 or 46.61% from 442); Blue value is 233 (91.41% from 255 or 52.71% from 442); Max value from RGB is 233 - color contains mainly: blue. Hex color #03CEE9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03CEE9 is #FC3116. Grayscale: #949494. Windows color (decimal): -16527639 or 15322627. OLE color: 15322627.
HSL color Cylindrical-coordinate representation of color #03CEE9: hue angle of 187.04º 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 #03CEE9 is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 3 | 206 | 233 | - |
| CMYK | 0.99 | 0.12 | 0 | 0.09 |
| HSL | 187.04º | 0.97% | 0.46% | - |
| HSV(B) | 187.04º | 0.99% | 0.91% | - |
| XYZ | 36.82 | 50.05 | 84.81 | - |
| YUV | 148.38 | 175.75 | 24.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 206 | 233 | 0.99 | 0.12 | 0 | 0.09 | 187.04 | 0.97 | 0.46 |
| Hex | 3 | CE | E9 | 63 | C | 0 | 9 | BB | 61 | 2E |
| Octal | 3 | 316 | 351 | 143 | 14 | 0 | 11 | 273 | 141 | 56 |
| Binary | 11 | 11001110 | 11101001 | 1100011 | 1100 | 0 | 1001 | 10111011 | 1100001 | 101110 |
Color Harmonies of #03CEE9
Complementary color
Monochromatic Colors of #03CEE9
Black with #03CEE9
Text Example
Text Example
White with #03CEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CEE9; }
p { color: rgb(3,206,233); }
H1.HeaderClassName
{
color: #03CEE9;
}
.AnyTagClassName
{
color: #03CEE9;
}
</style>
background-color css
<style>
a { background-color: #03CEE9; }
a { background-color: rgb(3,206,233); }
div.DivClassName
{
background-color: #03CEE9;
}
.BgClassName
{
background-color: #03CEE9;
}
</style>
border-color css
<style>
span { border-color: #03CEE9; }
span { border-color: rgb(3,206,233); }
td.TdClassName
{
border-color: #03CEE9;
}
.TagClassName
{
border-color: #03CEE9;
}
</style>