Shades of Dark Turquoise #03CBE1
Tints of Dark Turquoise #03CBE1
RGB
CMYK
RGB Variations
Color information
#03CBE1 (or 0x03CBE1) is known color: Dark Turquoise. HEX triplet: 03, CB and E1. RGB value is (3,203,225). Sum of RGB (Red+Green+Blue) = 3+203+225=431 (57% of max value = 765). Red value is 3 (1.56% from 255 or 0.70% from 431); Green value is 203 (79.69% from 255 or 47.10% from 431); Blue value is 225 (88.28% from 255 or 52.20% from 431); Max value from RGB is 225 - color contains mainly: blue. Hex color #03CBE1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03CBE1 is #FC341E. Grayscale: #919191. Windows color (decimal): -16528415 or 14797571. OLE color: 14797571.
HSL color Cylindrical-coordinate representation of color #03CBE1: hue angle of 185.95º 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 #03CBE1 is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 3 | 203 | 225 | - |
| CMYK | 0.99 | 0.10 | 0 | 0.12 |
| HSL | 185.95º | 0.97% | 0.45% | - |
| HSV(B) | 185.95º | 0.99% | 0.88% | - |
| XYZ | 34.98 | 48.17 | 78.69 | - |
| YUV | 145.71 | 172.74 | 26.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 203 | 225 | 0.99 | 0.10 | 0 | 0.12 | 185.95 | 0.97 | 0.45 |
| Hex | 3 | CB | E1 | 63 | A | 0 | C | BA | 61 | 2D |
| Octal | 3 | 313 | 341 | 143 | 12 | 0 | 14 | 272 | 141 | 55 |
| Binary | 11 | 11001011 | 11100001 | 1100011 | 1010 | 0 | 1100 | 10111010 | 1100001 | 101101 |
Color Harmonies of #03CBE1
Complementary color
Monochromatic Colors of #03CBE1
Black with #03CBE1
Text Example
Text Example
White with #03CBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CBE1; }
p { color: rgb(3,203,225); }
H1.HeaderClassName
{
color: #03CBE1;
}
.AnyTagClassName
{
color: #03CBE1;
}
</style>
background-color css
<style>
a { background-color: #03CBE1; }
a { background-color: rgb(3,203,225); }
div.DivClassName
{
background-color: #03CBE1;
}
.BgClassName
{
background-color: #03CBE1;
}
</style>
border-color css
<style>
span { border-color: #03CBE1; }
span { border-color: rgb(3,203,225); }
td.TdClassName
{
border-color: #03CBE1;
}
.TagClassName
{
border-color: #03CBE1;
}
</style>