Shades of Bright Turquoise #02FFCB
Tints of Bright Turquoise #02FFCB
RGB
CMYK
RGB Variations
Color information
#02FFCB (or 0x02FFCB) is known color: Bright Turquoise. HEX triplet: 02, FF and CB. RGB value is (2,255,203). Sum of RGB (Red+Green+Blue) = 2+255+203=460 (60% of max value = 765). Red value is 2 (1.17% from 255 or 0.43% from 460); Green value is 255 (100% from 255 or 55.43% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 255 - color contains mainly: green. Hex color #02FFCB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02FFCB is #FD0034. Grayscale: #ADADAD. Windows color (decimal): -16580661 or 13369090. OLE color: 13369090.
HSL color Cylindrical-coordinate representation of color #02FFCB: hue angle of 167.67º 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 #02FFCB is Cyan = 0.99, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 255 | 203 | - |
| CMYK | 0.99 | 0 | 0.20 | 0 |
| HSL | 167.67º | 1% | 0.5% | - |
| HSV(B) | 167.67º | 0.99% | 1% | - |
| XYZ | 46.56 | 75.84 | 68.69 | - |
| YUV | 173.43 | 144.68 | 5.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 255 | 203 | 0.99 | 0 | 0.20 | 0 | 167.67 | 1 | 0.5 |
| Hex | 2 | FF | CB | 63 | 0 | 14 | 0 | A8 | 64 | 32 |
| Octal | 2 | 377 | 313 | 143 | 0 | 24 | 0 | 250 | 144 | 62 |
| Binary | 10 | 11111111 | 11001011 | 1100011 | 0 | 10100 | 0 | 10101000 | 1100100 | 110010 |
Color Harmonies of #02FFCB
Complementary color
Monochromatic Colors of #02FFCB
Black with #02FFCB
Text Example
Text Example
White with #02FFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FFCB; }
p { color: rgb(2,255,203); }
H1.HeaderClassName
{
color: #02FFCB;
}
.AnyTagClassName
{
color: #02FFCB;
}
</style>
background-color css
<style>
a { background-color: #02FFCB; }
a { background-color: rgb(2,255,203); }
div.DivClassName
{
background-color: #02FFCB;
}
.BgClassName
{
background-color: #02FFCB;
}
</style>
border-color css
<style>
span { border-color: #02FFCB; }
span { border-color: rgb(2,255,203); }
td.TdClassName
{
border-color: #02FFCB;
}
.TagClassName
{
border-color: #02FFCB;
}
</style>