Shades of Bright Turquoise #02E8CF
Tints of Bright Turquoise #02E8CF
RGB
CMYK
RGB Variations
Color information
#02E8CF (or 0x02E8CF) is known color: Bright Turquoise. HEX triplet: 02, E8 and CF. RGB value is (2,232,207). Sum of RGB (Red+Green+Blue) = 2+232+207=441 (58% of max value = 765). Red value is 2 (1.17% from 255 or 0.45% from 441); Green value is 232 (91.02% from 255 or 52.61% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 232 - color contains mainly: green. Hex color #02E8CF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02E8CF is #FD1730. Grayscale: #A0A0A0. Windows color (decimal): -16586545 or 13625346. OLE color: 13625346.
HSL color Cylindrical-coordinate representation of color #02E8CF: hue angle of 173.48º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E8CF is Cyan = 0.99, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 2 | 232 | 207 | - |
| CMYK | 0.99 | 0 | 0.11 | 0.09 |
| HSL | 173.48º | 0.98% | 0.46% | - |
| HSV(B) | 173.48º | 0.99% | 0.91% | - |
| XYZ | 40.14 | 62.23 | 68.93 | - |
| YUV | 160.38 | 154.3 | 15.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 232 | 207 | 0.99 | 0 | 0.11 | 0.09 | 173.48 | 0.98 | 0.46 |
| Hex | 2 | E8 | CF | 63 | 0 | B | 9 | AD | 62 | 2E |
| Octal | 2 | 350 | 317 | 143 | 0 | 13 | 11 | 255 | 142 | 56 |
| Binary | 10 | 11101000 | 11001111 | 1100011 | 0 | 1011 | 1001 | 10101101 | 1100010 | 101110 |
Color Harmonies of #02E8CF
Complementary color
Monochromatic Colors of #02E8CF
Black with #02E8CF
Text Example
Text Example
White with #02E8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E8CF; }
p { color: rgb(2,232,207); }
H1.HeaderClassName
{
color: #02E8CF;
}
.AnyTagClassName
{
color: #02E8CF;
}
</style>
background-color css
<style>
a { background-color: #02E8CF; }
a { background-color: rgb(2,232,207); }
div.DivClassName
{
background-color: #02E8CF;
}
.BgClassName
{
background-color: #02E8CF;
}
</style>
border-color css
<style>
span { border-color: #02E8CF; }
span { border-color: rgb(2,232,207); }
td.TdClassName
{
border-color: #02E8CF;
}
.TagClassName
{
border-color: #02E8CF;
}
</style>