Shades of Dark Turquoise #03BFE2
Tints of Dark Turquoise #03BFE2
RGB
CMYK
RGB Variations
Color information
#03BFE2 (or 0x03BFE2) is known color: Dark Turquoise. HEX triplet: 03, BF and E2. RGB value is (3,191,226). Sum of RGB (Red+Green+Blue) = 3+191+226=420 (55% of max value = 765). Red value is 3 (1.56% from 255 or 0.71% from 420); Green value is 191 (75% from 255 or 45.48% from 420); Blue value is 226 (88.67% from 255 or 53.81% from 420); Max value from RGB is 226 - color contains mainly: blue. Hex color #03BFE2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03BFE2 is #FC401D. Grayscale: #8A8A8A. Windows color (decimal): -16531486 or 14860035. OLE color: 14860035.
HSL color Cylindrical-coordinate representation of color #03BFE2: hue angle of 189.42º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03BFE2 is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 3 | 191 | 226 | - |
| CMYK | 0.99 | 0.15 | 0 | 0.11 |
| HSL | 189.42º | 0.97% | 0.45% | - |
| HSV(B) | 189.42º | 0.99% | 0.89% | - |
| XYZ | 32.4 | 42.77 | 78.5 | - |
| YUV | 138.78 | 177.22 | 31.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 191 | 226 | 0.99 | 0.15 | 0 | 0.11 | 189.42 | 0.97 | 0.45 |
| Hex | 3 | BF | E2 | 63 | F | 0 | B | BD | 61 | 2D |
| Octal | 3 | 277 | 342 | 143 | 17 | 0 | 13 | 275 | 141 | 55 |
| Binary | 11 | 10111111 | 11100010 | 1100011 | 1111 | 0 | 1011 | 10111101 | 1100001 | 101101 |
Color Harmonies of #03BFE2
Complementary color
Monochromatic Colors of #03BFE2
Black with #03BFE2
Text Example
Text Example
White with #03BFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BFE2; }
p { color: rgb(3,191,226); }
H1.HeaderClassName
{
color: #03BFE2;
}
.AnyTagClassName
{
color: #03BFE2;
}
</style>
background-color css
<style>
a { background-color: #03BFE2; }
a { background-color: rgb(3,191,226); }
div.DivClassName
{
background-color: #03BFE2;
}
.BgClassName
{
background-color: #03BFE2;
}
</style>
border-color css
<style>
span { border-color: #03BFE2; }
span { border-color: rgb(3,191,226); }
td.TdClassName
{
border-color: #03BFE2;
}
.TagClassName
{
border-color: #03BFE2;
}
</style>