Shades of Bright Turquoise #02FDD6
Tints of Bright Turquoise #02FDD6
RGB
CMYK
RGB Variations
Color information
#02FDD6 (or 0x02FDD6) is known color: Bright Turquoise. HEX triplet: 02, FD and D6. RGB value is (2,253,214). Sum of RGB (Red+Green+Blue) = 2+253+214=469 (62% of max value = 765). Red value is 2 (1.17% from 255 or 0.43% from 469); Green value is 253 (99.22% from 255 or 53.94% from 469); Blue value is 214 (83.98% from 255 or 45.63% from 469); Max value from RGB is 253 - color contains mainly: green. Hex color #02FDD6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02FDD6 is #FD0229. Grayscale: #ADADAD. Windows color (decimal): -16581162 or 14089474. OLE color: 14089474.
HSL color Cylindrical-coordinate representation of color #02FDD6: hue angle of 170.68º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02FDD6 is Cyan = 0.99, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 2 | 253 | 214 | - |
| CMYK | 0.99 | 0 | 0.15 | 0.01 |
| HSL | 170.68º | 0.98% | 0.5% | - |
| HSV(B) | 170.68º | 0.99% | 0.99% | - |
| XYZ | 47.29 | 75.12 | 75.63 | - |
| YUV | 173.51 | 150.84 | 5.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 253 | 214 | 0.99 | 0 | 0.15 | 0.01 | 170.68 | 0.98 | 0.5 |
| Hex | 2 | FD | D6 | 63 | 0 | F | 1 | AB | 62 | 32 |
| Octal | 2 | 375 | 326 | 143 | 0 | 17 | 1 | 253 | 142 | 62 |
| Binary | 10 | 11111101 | 11010110 | 1100011 | 0 | 1111 | 1 | 10101011 | 1100010 | 110010 |
Color Harmonies of #02FDD6
Complementary color
Monochromatic Colors of #02FDD6
Black with #02FDD6
Text Example
Text Example
White with #02FDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FDD6; }
p { color: rgb(2,253,214); }
H1.HeaderClassName
{
color: #02FDD6;
}
.AnyTagClassName
{
color: #02FDD6;
}
</style>
background-color css
<style>
a { background-color: #02FDD6; }
a { background-color: rgb(2,253,214); }
div.DivClassName
{
background-color: #02FDD6;
}
.BgClassName
{
background-color: #02FDD6;
}
</style>
border-color css
<style>
span { border-color: #02FDD6; }
span { border-color: rgb(2,253,214); }
td.TdClassName
{
border-color: #02FDD6;
}
.TagClassName
{
border-color: #02FDD6;
}
</style>