Shades of Bright Turquoise #02FFD2
Tints of Bright Turquoise #02FFD2
RGB
CMYK
RGB Variations
Color information
#02FFD2 (or 0x02FFD2) is known color: Bright Turquoise. HEX triplet: 02, FF and D2. RGB value is (2,255,210). Sum of RGB (Red+Green+Blue) = 2+255+210=467 (61% of max value = 765). Red value is 2 (1.17% from 255 or 0.43% from 467); Green value is 255 (100% from 255 or 54.60% from 467); Blue value is 210 (82.42% from 255 or 44.97% from 467); Max value from RGB is 255 - color contains mainly: green. Hex color #02FFD2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02FFD2 is #FD002D. Grayscale: #AEAEAE. Windows color (decimal): -16580654 or 13827842. OLE color: 13827842.
HSL color Cylindrical-coordinate representation of color #02FFD2: hue angle of 169.33º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02FFD2 is Cyan = 0.99, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 255 | 210 | - |
| CMYK | 0.99 | 0 | 0.18 | 0 |
| HSL | 169.33º | 1% | 0.5% | - |
| HSV(B) | 169.33º | 0.99% | 1% | - |
| XYZ | 47.42 | 76.19 | 73.18 | - |
| YUV | 174.22 | 148.18 | 5.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 255 | 210 | 0.99 | 0 | 0.18 | 0 | 169.33 | 1 | 0.5 |
| Hex | 2 | FF | D2 | 63 | 0 | 12 | 0 | A9 | 64 | 32 |
| Octal | 2 | 377 | 322 | 143 | 0 | 22 | 0 | 251 | 144 | 62 |
| Binary | 10 | 11111111 | 11010010 | 1100011 | 0 | 10010 | 0 | 10101001 | 1100100 | 110010 |
Color Harmonies of #02FFD2
Complementary color
Monochromatic Colors of #02FFD2
Black with #02FFD2
Text Example
Text Example
White with #02FFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FFD2; }
p { color: rgb(2,255,210); }
H1.HeaderClassName
{
color: #02FFD2;
}
.AnyTagClassName
{
color: #02FFD2;
}
</style>
background-color css
<style>
a { background-color: #02FFD2; }
a { background-color: rgb(2,255,210); }
div.DivClassName
{
background-color: #02FFD2;
}
.BgClassName
{
background-color: #02FFD2;
}
</style>
border-color css
<style>
span { border-color: #02FFD2; }
span { border-color: rgb(2,255,210); }
td.TdClassName
{
border-color: #02FFD2;
}
.TagClassName
{
border-color: #02FFD2;
}
</style>