Shades of Bright Turquoise #03F2CE
Tints of Bright Turquoise #03F2CE
RGB
CMYK
RGB Variations
Color information
#03F2CE (or 0x03F2CE) is known color: Bright Turquoise. HEX triplet: 03, F2 and CE. RGB value is (3,242,206). Sum of RGB (Red+Green+Blue) = 3+242+206=451 (59% of max value = 765). Red value is 3 (1.56% from 255 or 0.67% from 451); Green value is 242 (94.92% from 255 or 53.66% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 242 - color contains mainly: green. Hex color #03F2CE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03F2CE is #FC0D31. Grayscale: #A6A6A6. Windows color (decimal): -16518450 or 13562371. OLE color: 13562371.
HSL color Cylindrical-coordinate representation of color #03F2CE: hue angle of 170.96º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03F2CE is Cyan = 0.99, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 3 | 242 | 206 | - |
| CMYK | 0.99 | 0 | 0.15 | 0.05 |
| HSL | 170.96º | 0.98% | 0.48% | - |
| HSV(B) | 170.96º | 0.99% | 0.95% | - |
| XYZ | 42.93 | 67.98 | 69.25 | - |
| YUV | 166.44 | 150.32 | 11.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 242 | 206 | 0.99 | 0 | 0.15 | 0.05 | 170.96 | 0.98 | 0.48 |
| Hex | 3 | F2 | CE | 63 | 0 | F | 5 | AB | 62 | 30 |
| Octal | 3 | 362 | 316 | 143 | 0 | 17 | 5 | 253 | 142 | 60 |
| Binary | 11 | 11110010 | 11001110 | 1100011 | 0 | 1111 | 101 | 10101011 | 1100010 | 110000 |
Color Harmonies of #03F2CE
Complementary color
Monochromatic Colors of #03F2CE
Black with #03F2CE
Text Example
Text Example
White with #03F2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03F2CE; }
p { color: rgb(3,242,206); }
H1.HeaderClassName
{
color: #03F2CE;
}
.AnyTagClassName
{
color: #03F2CE;
}
</style>
background-color css
<style>
a { background-color: #03F2CE; }
a { background-color: rgb(3,242,206); }
div.DivClassName
{
background-color: #03F2CE;
}
.BgClassName
{
background-color: #03F2CE;
}
</style>
border-color css
<style>
span { border-color: #03F2CE; }
span { border-color: rgb(3,242,206); }
td.TdClassName
{
border-color: #03F2CE;
}
.TagClassName
{
border-color: #03F2CE;
}
</style>