Shades of Bright Turquoise #02EDE4
Tints of Bright Turquoise #02EDE4
RGB
CMYK
RGB Variations
Color information
#02EDE4 (or 0x02EDE4) is known color: Bright Turquoise. HEX triplet: 02, ED and E4. RGB value is (2,237,228). Sum of RGB (Red+Green+Blue) = 2+237+228=467 (61% of max value = 765). Red value is 2 (1.17% from 255 or 0.43% from 467); Green value is 237 (92.97% from 255 or 50.75% from 467); Blue value is 228 (89.45% from 255 or 48.82% from 467); Max value from RGB is 237 - color contains mainly: green. Hex color #02EDE4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02EDE4 is #FD121B. Grayscale: #A5A5A5. Windows color (decimal): -16585244 or 15002882. OLE color: 15002882.
HSL color Cylindrical-coordinate representation of color #02EDE4: hue angle of 177.7º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02EDE4 is Cyan = 0.99, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 237 | 228 | - |
| CMYK | 0.99 | 0 | 0.04 | 0.07 |
| HSL | 177.7º | 0.98% | 0.47% | - |
| HSV(B) | 177.7º | 0.99% | 0.93% | - |
| XYZ | 44.31 | 66.18 | 83.84 | - |
| YUV | 165.71 | 163.14 | 11.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 237 | 228 | 0.99 | 0 | 0.04 | 0.07 | 177.7 | 0.98 | 0.47 |
| Hex | 2 | ED | E4 | 63 | 0 | 4 | 7 | B2 | 62 | 2F |
| Octal | 2 | 355 | 344 | 143 | 0 | 4 | 7 | 262 | 142 | 57 |
| Binary | 10 | 11101101 | 11100100 | 1100011 | 0 | 100 | 111 | 10110010 | 1100010 | 101111 |
Color Harmonies of #02EDE4
Complementary color
Monochromatic Colors of #02EDE4
Black with #02EDE4
Text Example
Text Example
White with #02EDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02EDE4; }
p { color: rgb(2,237,228); }
H1.HeaderClassName
{
color: #02EDE4;
}
.AnyTagClassName
{
color: #02EDE4;
}
</style>
background-color css
<style>
a { background-color: #02EDE4; }
a { background-color: rgb(2,237,228); }
div.DivClassName
{
background-color: #02EDE4;
}
.BgClassName
{
background-color: #02EDE4;
}
</style>
border-color css
<style>
span { border-color: #02EDE4; }
span { border-color: rgb(2,237,228); }
td.TdClassName
{
border-color: #02EDE4;
}
.TagClassName
{
border-color: #02EDE4;
}
</style>