Shades of Dark Turquoise #03BFE4
Tints of Dark Turquoise #03BFE4
RGB
CMYK
RGB Variations
Color information
#03BFE4 (or 0x03BFE4) is known color: Dark Turquoise. HEX triplet: 03, BF and E4. RGB value is (3,191,228). Sum of RGB (Red+Green+Blue) = 3+191+228=422 (55% of max value = 765). Red value is 3 (1.56% from 255 or 0.71% from 422); Green value is 191 (75% from 255 or 45.26% from 422); Blue value is 228 (89.45% from 255 or 54.03% from 422); Max value from RGB is 228 - color contains mainly: blue. Hex color #03BFE4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03BFE4 is #FC401B. Grayscale: #8A8A8A. Windows color (decimal): -16531484 or 14991107. OLE color: 14991107.
HSL color Cylindrical-coordinate representation of color #03BFE4: hue angle of 189.87º 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 #03BFE4 is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 3 | 191 | 228 | - |
| CMYK | 0.99 | 0.16 | 0 | 0.11 |
| HSL | 189.87º | 0.97% | 0.45% | - |
| HSV(B) | 189.87º | 0.99% | 0.89% | - |
| XYZ | 32.67 | 42.88 | 79.95 | - |
| YUV | 139.01 | 178.22 | 30.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 191 | 228 | 0.99 | 0.16 | 0 | 0.11 | 189.87 | 0.97 | 0.45 |
| Hex | 3 | BF | E4 | 63 | 10 | 0 | B | BE | 61 | 2D |
| Octal | 3 | 277 | 344 | 143 | 20 | 0 | 13 | 276 | 141 | 55 |
| Binary | 11 | 10111111 | 11100100 | 1100011 | 10000 | 0 | 1011 | 10111110 | 1100001 | 101101 |
Color Harmonies of #03BFE4
Complementary color
Monochromatic Colors of #03BFE4
Black with #03BFE4
Text Example
Text Example
White with #03BFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BFE4; }
p { color: rgb(3,191,228); }
H1.HeaderClassName
{
color: #03BFE4;
}
.AnyTagClassName
{
color: #03BFE4;
}
</style>
background-color css
<style>
a { background-color: #03BFE4; }
a { background-color: rgb(3,191,228); }
div.DivClassName
{
background-color: #03BFE4;
}
.BgClassName
{
background-color: #03BFE4;
}
</style>
border-color css
<style>
span { border-color: #03BFE4; }
span { border-color: rgb(3,191,228); }
td.TdClassName
{
border-color: #03BFE4;
}
.TagClassName
{
border-color: #03BFE4;
}
</style>