Shades of Bright Turquoise #00F2CB
Tints of Bright Turquoise #00F2CB
RGB
CMYK
RGB Variations
Color information
#00F2CB (or 0x00F2CB) is known color: Bright Turquoise. HEX triplet: 00, F2 and CB. RGB value is (0,242,203). Sum of RGB (Red+Green+Blue) = 0+242+203=445 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 445); Green value is 242 (94.92% from 255 or 54.38% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 242 - color contains mainly: green. Hex color #00F2CB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00F2CB is #FF0D34. Grayscale: #A5A5A5. Windows color (decimal): -16715061 or 13365760. OLE color: 13365760.
HSL color Cylindrical-coordinate representation of color #00F2CB: hue angle of 170.33º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00F2CB is Cyan = 1, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 0 | 242 | 203 | - |
| CMYK | 1 | 0 | 0.16 | 0.05 |
| HSL | 170.33º | 1% | 0.47% | - |
| HSV(B) | 170.33º | 1% | 0.95% | - |
| XYZ | 42.53 | 67.82 | 67.35 | - |
| YUV | 165.2 | 149.33 | 10.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 242 | 203 | 1 | 0 | 0.16 | 0.05 | 170.33 | 1 | 0.47 |
| Hex | 0 | F2 | CB | 64 | 0 | 10 | 5 | AA | 64 | 2F |
| Octal | 0 | 362 | 313 | 144 | 0 | 20 | 5 | 252 | 144 | 57 |
| Binary | 0 | 11110010 | 11001011 | 1100100 | 0 | 10000 | 101 | 10101010 | 1100100 | 101111 |
Color Harmonies of #00F2CB
Complementary color
Monochromatic Colors of #00F2CB
Black with #00F2CB
Text Example
Text Example
White with #00F2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00F2CB; }
p { color: rgb(0,242,203); }
H1.HeaderClassName
{
color: #00F2CB;
}
.AnyTagClassName
{
color: #00F2CB;
}
</style>
background-color css
<style>
a { background-color: #00F2CB; }
a { background-color: rgb(0,242,203); }
div.DivClassName
{
background-color: #00F2CB;
}
.BgClassName
{
background-color: #00F2CB;
}
</style>
border-color css
<style>
span { border-color: #00F2CB; }
span { border-color: rgb(0,242,203); }
td.TdClassName
{
border-color: #00F2CB;
}
.TagClassName
{
border-color: #00F2CB;
}
</style>