Shades of Dark Turquoise #03CBE9
Tints of Dark Turquoise #03CBE9
RGB
CMYK
RGB Variations
Color information
#03CBE9 (or 0x03CBE9) is known color: Dark Turquoise. HEX triplet: 03, CB and E9. RGB value is (3,203,233). Sum of RGB (Red+Green+Blue) = 3+203+233=439 (58% of max value = 765). Red value is 3 (1.56% from 255 or 0.68% from 439); Green value is 203 (79.69% from 255 or 46.24% from 439); Blue value is 233 (91.41% from 255 or 53.08% from 439); Max value from RGB is 233 - color contains mainly: blue. Hex color #03CBE9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03CBE9 is #FC3416. Grayscale: #929292. Windows color (decimal): -16528407 or 15321859. OLE color: 15321859.
HSL color Cylindrical-coordinate representation of color #03CBE9: hue angle of 187.83º 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 #03CBE9 is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 3 | 203 | 233 | - |
| CMYK | 0.99 | 0.13 | 0 | 0.09 |
| HSL | 187.83º | 0.97% | 0.46% | - |
| HSV(B) | 187.83º | 0.99% | 0.91% | - |
| XYZ | 36.1 | 48.61 | 84.57 | - |
| YUV | 146.62 | 176.74 | 25.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 203 | 233 | 0.99 | 0.13 | 0 | 0.09 | 187.83 | 0.97 | 0.46 |
| Hex | 3 | CB | E9 | 63 | D | 0 | 9 | BC | 61 | 2E |
| Octal | 3 | 313 | 351 | 143 | 15 | 0 | 11 | 274 | 141 | 56 |
| Binary | 11 | 11001011 | 11101001 | 1100011 | 1101 | 0 | 1001 | 10111100 | 1100001 | 101110 |
Color Harmonies of #03CBE9
Complementary color
Monochromatic Colors of #03CBE9
Black with #03CBE9
Text Example
Text Example
White with #03CBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CBE9; }
p { color: rgb(3,203,233); }
H1.HeaderClassName
{
color: #03CBE9;
}
.AnyTagClassName
{
color: #03CBE9;
}
</style>
background-color css
<style>
a { background-color: #03CBE9; }
a { background-color: rgb(3,203,233); }
div.DivClassName
{
background-color: #03CBE9;
}
.BgClassName
{
background-color: #03CBE9;
}
</style>
border-color css
<style>
span { border-color: #03CBE9; }
span { border-color: rgb(3,203,233); }
td.TdClassName
{
border-color: #03CBE9;
}
.TagClassName
{
border-color: #03CBE9;
}
</style>