Shades of Bright Turquoise #02FBCB
Tints of Bright Turquoise #02FBCB
RGB
CMYK
RGB Variations
Color information
#02FBCB (or 0x02FBCB) is known color: Bright Turquoise. HEX triplet: 02, FB and CB. RGB value is (2,251,203). Sum of RGB (Red+Green+Blue) = 2+251+203=456 (60% of max value = 765). Red value is 2 (1.17% from 255 or 0.44% from 456); Green value is 251 (98.44% from 255 or 55.04% from 456); Blue value is 203 (79.69% from 255 or 44.52% from 456); Max value from RGB is 251 - color contains mainly: green. Hex color #02FBCB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02FBCB is #FD0434. Grayscale: #ABABAB. Windows color (decimal): -16581685 or 13368066. OLE color: 13368066.
HSL color Cylindrical-coordinate representation of color #02FBCB: hue angle of 168.43º 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 #02FBCB is Cyan = 0.99, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 251 | 203 | - |
| CMYK | 0.99 | 0 | 0.19 | 0.02 |
| HSL | 168.43º | 0.98% | 0.5% | - |
| HSV(B) | 168.43º | 0.99% | 0.98% | - |
| XYZ | 45.3 | 73.32 | 68.26 | - |
| YUV | 171.08 | 146.01 | 7.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 251 | 203 | 0.99 | 0 | 0.19 | 0.02 | 168.43 | 0.98 | 0.5 |
| Hex | 2 | FB | CB | 63 | 0 | 13 | 2 | A8 | 62 | 32 |
| Octal | 2 | 373 | 313 | 143 | 0 | 23 | 2 | 250 | 142 | 62 |
| Binary | 10 | 11111011 | 11001011 | 1100011 | 0 | 10011 | 10 | 10101000 | 1100010 | 110010 |
Color Harmonies of #02FBCB
Complementary color
Monochromatic Colors of #02FBCB
Black with #02FBCB
Text Example
Text Example
White with #02FBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FBCB; }
p { color: rgb(2,251,203); }
H1.HeaderClassName
{
color: #02FBCB;
}
.AnyTagClassName
{
color: #02FBCB;
}
</style>
background-color css
<style>
a { background-color: #02FBCB; }
a { background-color: rgb(2,251,203); }
div.DivClassName
{
background-color: #02FBCB;
}
.BgClassName
{
background-color: #02FBCB;
}
</style>
border-color css
<style>
span { border-color: #02FBCB; }
span { border-color: rgb(2,251,203); }
td.TdClassName
{
border-color: #02FBCB;
}
.TagClassName
{
border-color: #02FBCB;
}
</style>