Shades of Bright Turquoise #02FFCA
Tints of Bright Turquoise #02FFCA
RGB
CMYK
RGB Variations
Color information
#02FFCA (or 0x02FFCA) is known color: Bright Turquoise. HEX triplet: 02, FF and CA. RGB value is (2,255,202). Sum of RGB (Red+Green+Blue) = 2+255+202=459 (60% of max value = 765). Red value is 2 (1.17% from 255 or 0.44% from 459); Green value is 255 (100% from 255 or 55.56% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 255 - color contains mainly: green. Hex color #02FFCA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02FFCA is #FD0035. Grayscale: #ADADAD. Windows color (decimal): -16580662 or 13303554. OLE color: 13303554.
HSL color Cylindrical-coordinate representation of color #02FFCA: hue angle of 167.43º 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 #02FFCA is Cyan = 0.99, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 255 | 202 | - |
| CMYK | 0.99 | 0 | 0.21 | 0 |
| HSL | 167.43º | 1% | 0.5% | - |
| HSV(B) | 167.43º | 0.99% | 1% | - |
| XYZ | 46.45 | 75.8 | 68.06 | - |
| YUV | 173.31 | 144.18 | 5.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 255 | 202 | 0.99 | 0 | 0.21 | 0 | 167.43 | 1 | 0.5 |
| Hex | 2 | FF | CA | 63 | 0 | 15 | 0 | A7 | 64 | 32 |
| Octal | 2 | 377 | 312 | 143 | 0 | 25 | 0 | 247 | 144 | 62 |
| Binary | 10 | 11111111 | 11001010 | 1100011 | 0 | 10101 | 0 | 10100111 | 1100100 | 110010 |
Color Harmonies of #02FFCA
Complementary color
Monochromatic Colors of #02FFCA
Black with #02FFCA
Text Example
Text Example
White with #02FFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FFCA; }
p { color: rgb(2,255,202); }
H1.HeaderClassName
{
color: #02FFCA;
}
.AnyTagClassName
{
color: #02FFCA;
}
</style>
background-color css
<style>
a { background-color: #02FFCA; }
a { background-color: rgb(2,255,202); }
div.DivClassName
{
background-color: #02FFCA;
}
.BgClassName
{
background-color: #02FFCA;
}
</style>
border-color css
<style>
span { border-color: #02FFCA; }
span { border-color: rgb(2,255,202); }
td.TdClassName
{
border-color: #02FFCA;
}
.TagClassName
{
border-color: #02FFCA;
}
</style>