Shades of Bright Turquoise #02D9F0
Tints of Bright Turquoise #02D9F0
RGB
CMYK
RGB Variations
Color information
#02D9F0 (or 0x02D9F0) is known color: Bright Turquoise. HEX triplet: 02, D9 and F0. RGB value is (2,217,240). Sum of RGB (Red+Green+Blue) = 2+217+240=459 (60% of max value = 765). Red value is 2 (1.17% from 255 or 0.44% from 459); Green value is 217 (85.16% from 255 or 47.28% from 459); Blue value is 240 (94.14% from 255 or 52.29% from 459); Max value from RGB is 240 - color contains mainly: blue. Hex color #02D9F0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02D9F0 is #FD260F. Grayscale: #9B9B9B. Windows color (decimal): -16590352 or 15784194. OLE color: 15784194.
HSL color Cylindrical-coordinate representation of color #02D9F0: hue angle of 185.8º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D9F0 is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 2 | 217 | 240 | - |
| CMYK | 0.99 | 0.10 | 0 | 0.06 |
| HSL | 185.8º | 0.98% | 0.47% | - |
| HSV(B) | 185.8º | 0.99% | 0.94% | - |
| XYZ | 40.57 | 55.93 | 91.1 | - |
| YUV | 155.34 | 175.77 | 18.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 217 | 240 | 0.99 | 0.10 | 0 | 0.06 | 185.8 | 0.98 | 0.47 |
| Hex | 2 | D9 | F0 | 63 | A | 0 | 6 | BA | 62 | 2F |
| Octal | 2 | 331 | 360 | 143 | 12 | 0 | 6 | 272 | 142 | 57 |
| Binary | 10 | 11011001 | 11110000 | 1100011 | 1010 | 0 | 110 | 10111010 | 1100010 | 101111 |
Color Harmonies of #02D9F0
Complementary color
Monochromatic Colors of #02D9F0
Black with #02D9F0
Text Example
Text Example
White with #02D9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D9F0; }
p { color: rgb(2,217,240); }
H1.HeaderClassName
{
color: #02D9F0;
}
.AnyTagClassName
{
color: #02D9F0;
}
</style>
background-color css
<style>
a { background-color: #02D9F0; }
a { background-color: rgb(2,217,240); }
div.DivClassName
{
background-color: #02D9F0;
}
.BgClassName
{
background-color: #02D9F0;
}
</style>
border-color css
<style>
span { border-color: #02D9F0; }
span { border-color: rgb(2,217,240); }
td.TdClassName
{
border-color: #02D9F0;
}
.TagClassName
{
border-color: #02D9F0;
}
</style>