Shades of Bright Turquoise #02EEF1
Tints of Bright Turquoise #02EEF1
RGB
CMYK
RGB Variations
Color information
#02EEF1 (or 0x02EEF1) is known color: Bright Turquoise. HEX triplet: 02, EE and F1. RGB value is (2,238,241). Sum of RGB (Red+Green+Blue) = 2+238+241=481 (63% of max value = 765). Red value is 2 (1.17% from 255 or 0.42% from 481); Green value is 238 (93.36% from 255 or 49.48% from 481); Blue value is 241 (94.53% from 255 or 50.10% from 481); Max value from RGB is 241 - color contains mainly: blue. Hex color #02EEF1 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #02EEF1 is #FD110E. Grayscale: #A7A7A7. Windows color (decimal): -16584975 or 15855106. OLE color: 15855106.
HSL color Cylindrical-coordinate representation of color #02EEF1: hue angle of 180.75º 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 #02EEF1 is Cyan = 0.99, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 2 | 238 | 241 | - |
| CMYK | 0.99 | 0.01 | 0 | 0.05 |
| HSL | 180.75º | 0.98% | 0.48% | - |
| HSV(B) | 180.75º | 0.99% | 0.95% | - |
| XYZ | 46.48 | 67.51 | 93.8 | - |
| YUV | 167.78 | 169.31 | 9.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 238 | 241 | 0.99 | 0.01 | 0 | 0.05 | 180.75 | 0.98 | 0.48 |
| Hex | 2 | EE | F1 | 63 | 1 | 0 | 5 | B5 | 62 | 30 |
| Octal | 2 | 356 | 361 | 143 | 1 | 0 | 5 | 265 | 142 | 60 |
| Binary | 10 | 11101110 | 11110001 | 1100011 | 1 | 0 | 101 | 10110101 | 1100010 | 110000 |
Color Harmonies of #02EEF1
Complementary color
Monochromatic Colors of #02EEF1
Black with #02EEF1
Text Example
Text Example
White with #02EEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02EEF1; }
p { color: rgb(2,238,241); }
H1.HeaderClassName
{
color: #02EEF1;
}
.AnyTagClassName
{
color: #02EEF1;
}
</style>
background-color css
<style>
a { background-color: #02EEF1; }
a { background-color: rgb(2,238,241); }
div.DivClassName
{
background-color: #02EEF1;
}
.BgClassName
{
background-color: #02EEF1;
}
</style>
border-color css
<style>
span { border-color: #02EEF1; }
span { border-color: rgb(2,238,241); }
td.TdClassName
{
border-color: #02EEF1;
}
.TagClassName
{
border-color: #02EEF1;
}
</style>