Shades of Bright Turquoise #02FCC3
Tints of Bright Turquoise #02FCC3
RGB
CMYK
RGB Variations
Color information
#02FCC3 (or 0x02FCC3) is known color: Bright Turquoise. HEX triplet: 02, FC and C3. RGB value is (2,252,195). Sum of RGB (Red+Green+Blue) = 2+252+195=449 (59% of max value = 765). Red value is 2 (1.17% from 255 or 0.45% from 449); Green value is 252 (98.83% from 255 or 56.12% from 449); Blue value is 195 (76.56% from 255 or 43.43% from 449); Max value from RGB is 252 - color contains mainly: green. Hex color #02FCC3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02FCC3 is #FD033C. Grayscale: #AAAAAA. Windows color (decimal): -16581437 or 12844034. OLE color: 12844034.
HSL color Cylindrical-coordinate representation of color #02FCC3: hue angle of 166.32º 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 #02FCC3 is Cyan = 0.99, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 2 | 252 | 195 | - |
| CMYK | 0.99 | 0 | 0.23 | 0.01 |
| HSL | 166.32º | 0.98% | 0.5% | - |
| HSV(B) | 166.32º | 0.99% | 0.99% | - |
| XYZ | 44.69 | 73.57 | 63.48 | - |
| YUV | 170.75 | 141.68 | 7.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 252 | 195 | 0.99 | 0 | 0.23 | 0.01 | 166.32 | 0.98 | 0.5 |
| Hex | 2 | FC | C3 | 63 | 0 | 17 | 1 | A6 | 62 | 32 |
| Octal | 2 | 374 | 303 | 143 | 0 | 27 | 1 | 246 | 142 | 62 |
| Binary | 10 | 11111100 | 11000011 | 1100011 | 0 | 10111 | 1 | 10100110 | 1100010 | 110010 |
Color Harmonies of #02FCC3
Complementary color
Monochromatic Colors of #02FCC3
Black with #02FCC3
Text Example
Text Example
White with #02FCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FCC3; }
p { color: rgb(2,252,195); }
H1.HeaderClassName
{
color: #02FCC3;
}
.AnyTagClassName
{
color: #02FCC3;
}
</style>
background-color css
<style>
a { background-color: #02FCC3; }
a { background-color: rgb(2,252,195); }
div.DivClassName
{
background-color: #02FCC3;
}
.BgClassName
{
background-color: #02FCC3;
}
</style>
border-color css
<style>
span { border-color: #02FCC3; }
span { border-color: rgb(2,252,195); }
td.TdClassName
{
border-color: #02FCC3;
}
.TagClassName
{
border-color: #02FCC3;
}
</style>