Shades of Bright Turquoise #00FBCB
Tints of Bright Turquoise #00FBCB
RGB
CMYK
RGB Variations
Color information
#00FBCB (or 0x00FBCB) is known color: Bright Turquoise. HEX triplet: 00, FB and CB. RGB value is (0,251,203). Sum of RGB (Red+Green+Blue) = 0+251+203=454 (60% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 454); Green value is 251 (98.44% from 255 or 55.29% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 251 - color contains mainly: green. Hex color #00FBCB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00FBCB is #FF0434. Grayscale: #AAAAAA. Windows color (decimal): -16712757 or 13368064. OLE color: 13368064.
HSL color Cylindrical-coordinate representation of color #00FBCB: hue angle of 168.53º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FBCB is Cyan = 1, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 251 | 203 | - |
| CMYK | 1 | 0 | 0.19 | 0.02 |
| HSL | 168.53º | 1% | 0.49% | - |
| HSV(B) | 168.53º | 1% | 0.98% | - |
| XYZ | 45.28 | 73.31 | 68.26 | - |
| YUV | 170.48 | 146.34 | 6.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 251 | 203 | 1 | 0 | 0.19 | 0.02 | 168.53 | 1 | 0.49 |
| Hex | 0 | FB | CB | 64 | 0 | 13 | 2 | A9 | 64 | 31 |
| Octal | 0 | 373 | 313 | 144 | 0 | 23 | 2 | 251 | 144 | 61 |
| Binary | 0 | 11111011 | 11001011 | 1100100 | 0 | 10011 | 10 | 10101001 | 1100100 | 110001 |
Color Harmonies of #00FBCB
Complementary color
Monochromatic Colors of #00FBCB
Black with #00FBCB
Text Example
Text Example
White with #00FBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FBCB; }
p { color: rgb(0,251,203); }
H1.HeaderClassName
{
color: #00FBCB;
}
.AnyTagClassName
{
color: #00FBCB;
}
</style>
background-color css
<style>
a { background-color: #00FBCB; }
a { background-color: rgb(0,251,203); }
div.DivClassName
{
background-color: #00FBCB;
}
.BgClassName
{
background-color: #00FBCB;
}
</style>
border-color css
<style>
span { border-color: #00FBCB; }
span { border-color: rgb(0,251,203); }
td.TdClassName
{
border-color: #00FBCB;
}
.TagClassName
{
border-color: #00FBCB;
}
</style>