Shades of Bright Turquoise #02FBC2
Tints of Bright Turquoise #02FBC2
RGB
CMYK
RGB Variations
Color information
#02FBC2 (or 0x02FBC2) is known color: Bright Turquoise. HEX triplet: 02, FB and C2. RGB value is (2,251,194). Sum of RGB (Red+Green+Blue) = 2+251+194=447 (59% of max value = 765). Red value is 2 (1.17% from 255 or 0.45% from 447); Green value is 251 (98.44% from 255 or 56.15% from 447); Blue value is 194 (76.17% from 255 or 43.40% from 447); Max value from RGB is 251 - color contains mainly: green. Hex color #02FBC2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02FBC2 is #FD043D. Grayscale: #AAAAAA. Windows color (decimal): -16581694 or 12778242. OLE color: 12778242.
HSL color Cylindrical-coordinate representation of color #02FBC2: hue angle of 166.27º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02FBC2 is Cyan = 0.99, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 251 | 194 | - |
| CMYK | 0.99 | 0 | 0.23 | 0.02 |
| HSL | 166.27º | 0.98% | 0.5% | - |
| HSV(B) | 166.27º | 0.99% | 0.98% | - |
| XYZ | 44.26 | 72.9 | 62.78 | - |
| YUV | 170.05 | 141.51 | 8.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 251 | 194 | 0.99 | 0 | 0.23 | 0.02 | 166.27 | 0.98 | 0.5 |
| Hex | 2 | FB | C2 | 63 | 0 | 17 | 2 | A6 | 62 | 32 |
| Octal | 2 | 373 | 302 | 143 | 0 | 27 | 2 | 246 | 142 | 62 |
| Binary | 10 | 11111011 | 11000010 | 1100011 | 0 | 10111 | 10 | 10100110 | 1100010 | 110010 |
Color Harmonies of #02FBC2
Complementary color
Monochromatic Colors of #02FBC2
Black with #02FBC2
Text Example
Text Example
White with #02FBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FBC2; }
p { color: rgb(2,251,194); }
H1.HeaderClassName
{
color: #02FBC2;
}
.AnyTagClassName
{
color: #02FBC2;
}
</style>
background-color css
<style>
a { background-color: #02FBC2; }
a { background-color: rgb(2,251,194); }
div.DivClassName
{
background-color: #02FBC2;
}
.BgClassName
{
background-color: #02FBC2;
}
</style>
border-color css
<style>
span { border-color: #02FBC2; }
span { border-color: rgb(2,251,194); }
td.TdClassName
{
border-color: #02FBC2;
}
.TagClassName
{
border-color: #02FBC2;
}
</style>