Shades of Bright Turquoise #02D7EC
Tints of Bright Turquoise #02D7EC
RGB
CMYK
RGB Variations
Color information
#02D7EC (or 0x02D7EC) is known color: Bright Turquoise. HEX triplet: 02, D7 and EC. RGB value is (2,215,236). Sum of RGB (Red+Green+Blue) = 2+215+236=453 (60% of max value = 765). Red value is 2 (1.17% from 255 or 0.44% from 453); Green value is 215 (84.38% from 255 or 47.46% from 453); Blue value is 236 (92.58% from 255 or 52.10% from 453); Max value from RGB is 236 - color contains mainly: blue. Hex color #02D7EC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02D7EC is #FD2813. Grayscale: #999999. Windows color (decimal): -16590868 or 15521538. OLE color: 15521538.
HSL color Cylindrical-coordinate representation of color #02D7EC: hue angle of 185.38º 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 #02D7EC is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 215 | 236 | - |
| CMYK | 0.99 | 0.09 | 0 | 0.07 |
| HSL | 185.38º | 0.98% | 0.47% | - |
| HSV(B) | 185.38º | 0.99% | 0.93% | - |
| XYZ | 39.47 | 54.67 | 87.83 | - |
| YUV | 153.71 | 174.43 | 19.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 215 | 236 | 0.99 | 0.09 | 0 | 0.07 | 185.38 | 0.98 | 0.47 |
| Hex | 2 | D7 | EC | 63 | 9 | 0 | 7 | B9 | 62 | 2F |
| Octal | 2 | 327 | 354 | 143 | 11 | 0 | 7 | 271 | 142 | 57 |
| Binary | 10 | 11010111 | 11101100 | 1100011 | 1001 | 0 | 111 | 10111001 | 1100010 | 101111 |
Color Harmonies of #02D7EC
Complementary color
Monochromatic Colors of #02D7EC
Black with #02D7EC
Text Example
Text Example
White with #02D7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D7EC; }
p { color: rgb(2,215,236); }
H1.HeaderClassName
{
color: #02D7EC;
}
.AnyTagClassName
{
color: #02D7EC;
}
</style>
background-color css
<style>
a { background-color: #02D7EC; }
a { background-color: rgb(2,215,236); }
div.DivClassName
{
background-color: #02D7EC;
}
.BgClassName
{
background-color: #02D7EC;
}
</style>
border-color css
<style>
span { border-color: #02D7EC; }
span { border-color: rgb(2,215,236); }
td.TdClassName
{
border-color: #02D7EC;
}
.TagClassName
{
border-color: #02D7EC;
}
</style>