Shades of Dark Turquoise #03CBE0
Tints of Dark Turquoise #03CBE0
RGB
CMYK
RGB Variations
Color information
#03CBE0 (or 0x03CBE0) is known color: Dark Turquoise. HEX triplet: 03, CB and E0. RGB value is (3,203,224). Sum of RGB (Red+Green+Blue) = 3+203+224=430 (56% of max value = 765). Red value is 3 (1.56% from 255 or 0.70% from 430); Green value is 203 (79.69% from 255 or 47.21% from 430); Blue value is 224 (87.89% from 255 or 52.09% from 430); Max value from RGB is 224 - color contains mainly: blue. Hex color #03CBE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03CBE0 is #FC341F. Grayscale: #919191. Windows color (decimal): -16528416 or 14732035. OLE color: 14732035.
HSL color Cylindrical-coordinate representation of color #03CBE0: hue angle of 185.7º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03CBE0 is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 3 | 203 | 224 | - |
| CMYK | 0.99 | 0.09 | 0 | 0.12 |
| HSL | 185.7º | 0.97% | 0.45% | - |
| HSV(B) | 185.7º | 0.99% | 0.88% | - |
| XYZ | 34.85 | 48.11 | 77.97 | - |
| YUV | 145.59 | 172.24 | 26.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 203 | 224 | 0.99 | 0.09 | 0 | 0.12 | 185.7 | 0.97 | 0.45 |
| Hex | 3 | CB | E0 | 63 | 9 | 0 | C | BA | 61 | 2D |
| Octal | 3 | 313 | 340 | 143 | 11 | 0 | 14 | 272 | 141 | 55 |
| Binary | 11 | 11001011 | 11100000 | 1100011 | 1001 | 0 | 1100 | 10111010 | 1100001 | 101101 |
Color Harmonies of #03CBE0
Complementary color
Monochromatic Colors of #03CBE0
Black with #03CBE0
Text Example
Text Example
White with #03CBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CBE0; }
p { color: rgb(3,203,224); }
H1.HeaderClassName
{
color: #03CBE0;
}
.AnyTagClassName
{
color: #03CBE0;
}
</style>
background-color css
<style>
a { background-color: #03CBE0; }
a { background-color: rgb(3,203,224); }
div.DivClassName
{
background-color: #03CBE0;
}
.BgClassName
{
background-color: #03CBE0;
}
</style>
border-color css
<style>
span { border-color: #03CBE0; }
span { border-color: rgb(3,203,224); }
td.TdClassName
{
border-color: #03CBE0;
}
.TagClassName
{
border-color: #03CBE0;
}
</style>