Shades of Bright Turquoise #02FDD4
Tints of Bright Turquoise #02FDD4
RGB
CMYK
RGB Variations
Color information
#02FDD4 (or 0x02FDD4) is known color: Bright Turquoise. HEX triplet: 02, FD and D4. RGB value is (2,253,212). Sum of RGB (Red+Green+Blue) = 2+253+212=467 (61% of max value = 765). Red value is 2 (1.17% from 255 or 0.43% from 467); Green value is 253 (99.22% from 255 or 54.18% from 467); Blue value is 212 (83.20% from 255 or 45.40% from 467); Max value from RGB is 253 - color contains mainly: green. Hex color #02FDD4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02FDD4 is #FD022B. Grayscale: #ADADAD. Windows color (decimal): -16581164 or 13958402. OLE color: 13958402.
HSL color Cylindrical-coordinate representation of color #02FDD4: hue angle of 170.2º 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 #02FDD4 is Cyan = 0.99, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 2 | 253 | 212 | - |
| CMYK | 0.99 | 0 | 0.16 | 0.01 |
| HSL | 170.2º | 0.98% | 0.5% | - |
| HSV(B) | 170.2º | 0.99% | 0.99% | - |
| XYZ | 47.03 | 75.02 | 74.29 | - |
| YUV | 173.28 | 149.84 | 5.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 253 | 212 | 0.99 | 0 | 0.16 | 0.01 | 170.2 | 0.98 | 0.5 |
| Hex | 2 | FD | D4 | 63 | 0 | 10 | 1 | AA | 62 | 32 |
| Octal | 2 | 375 | 324 | 143 | 0 | 20 | 1 | 252 | 142 | 62 |
| Binary | 10 | 11111101 | 11010100 | 1100011 | 0 | 10000 | 1 | 10101010 | 1100010 | 110010 |
Color Harmonies of #02FDD4
Complementary color
Monochromatic Colors of #02FDD4
Black with #02FDD4
Text Example
Text Example
White with #02FDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FDD4; }
p { color: rgb(2,253,212); }
H1.HeaderClassName
{
color: #02FDD4;
}
.AnyTagClassName
{
color: #02FDD4;
}
</style>
background-color css
<style>
a { background-color: #02FDD4; }
a { background-color: rgb(2,253,212); }
div.DivClassName
{
background-color: #02FDD4;
}
.BgClassName
{
background-color: #02FDD4;
}
</style>
border-color css
<style>
span { border-color: #02FDD4; }
span { border-color: rgb(2,253,212); }
td.TdClassName
{
border-color: #02FDD4;
}
.TagClassName
{
border-color: #02FDD4;
}
</style>