Shades of Bright Turquoise #00FDCB
Tints of Bright Turquoise #00FDCB
RGB
CMYK
RGB Variations
Color information
#00FDCB (or 0x00FDCB) is known color: Bright Turquoise. HEX triplet: 00, FD and CB. RGB value is (0,253,203). Sum of RGB (Red+Green+Blue) = 0+253+203=456 (60% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 456); Green value is 253 (99.22% from 255 or 55.48% from 456); Blue value is 203 (79.69% from 255 or 44.52% from 456); Max value from RGB is 253 - color contains mainly: green. Hex color #00FDCB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00FDCB is #FF0234. Grayscale: #ABABAB. Windows color (decimal): -16712245 or 13368576. OLE color: 13368576.
HSL color Cylindrical-coordinate representation of color #00FDCB: hue angle of 168.14º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FDCB is Cyan = 1, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 253 | 203 | - |
| CMYK | 1 | 0 | 0.20 | 0.01 |
| HSL | 168.14º | 1% | 0.5% | - |
| HSV(B) | 168.14º | 1% | 0.99% | - |
| XYZ | 45.9 | 74.56 | 68.47 | - |
| YUV | 171.65 | 145.68 | 5.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 253 | 203 | 1 | 0 | 0.20 | 0.01 | 168.14 | 1 | 0.5 |
| Hex | 0 | FD | CB | 64 | 0 | 14 | 1 | A8 | 64 | 32 |
| Octal | 0 | 375 | 313 | 144 | 0 | 24 | 1 | 250 | 144 | 62 |
| Binary | 0 | 11111101 | 11001011 | 1100100 | 0 | 10100 | 1 | 10101000 | 1100100 | 110010 |
Color Harmonies of #00FDCB
Complementary color
Monochromatic Colors of #00FDCB
Black with #00FDCB
Text Example
Text Example
White with #00FDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FDCB; }
p { color: rgb(0,253,203); }
H1.HeaderClassName
{
color: #00FDCB;
}
.AnyTagClassName
{
color: #00FDCB;
}
</style>
background-color css
<style>
a { background-color: #00FDCB; }
a { background-color: rgb(0,253,203); }
div.DivClassName
{
background-color: #00FDCB;
}
.BgClassName
{
background-color: #00FDCB;
}
</style>
border-color css
<style>
span { border-color: #00FDCB; }
span { border-color: rgb(0,253,203); }
td.TdClassName
{
border-color: #00FDCB;
}
.TagClassName
{
border-color: #00FDCB;
}
</style>