Shades of Bright Turquoise #00FBCD
Tints of Bright Turquoise #00FBCD
RGB
CMYK
RGB Variations
Color information
#00FBCD (or 0x00FBCD) is known color: Bright Turquoise. HEX triplet: 00, FB and CD. RGB value is (0,251,205). Sum of RGB (Red+Green+Blue) = 0+251+205=456 (60% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 456); Green value is 251 (98.44% from 255 or 55.04% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 251 - color contains mainly: green. Hex color #00FBCD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00FBCD is #FF0432. Grayscale: #AAAAAA. Windows color (decimal): -16712755 or 13499136. OLE color: 13499136.
HSL color Cylindrical-coordinate representation of color #00FBCD: hue angle of 169º 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 #00FBCD is Cyan = 1, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 251 | 205 | - |
| CMYK | 1 | 0 | 0.18 | 0.02 |
| HSL | 169º | 1% | 0.49% | - |
| HSV(B) | 169º | 1% | 0.98% | - |
| XYZ | 45.52 | 73.4 | 69.53 | - |
| YUV | 170.71 | 147.34 | 6.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 251 | 205 | 1 | 0 | 0.18 | 0.02 | 169 | 1 | 0.49 |
| Hex | 0 | FB | CD | 64 | 0 | 12 | 2 | A9 | 64 | 31 |
| Octal | 0 | 373 | 315 | 144 | 0 | 22 | 2 | 251 | 144 | 61 |
| Binary | 0 | 11111011 | 11001101 | 1100100 | 0 | 10010 | 10 | 10101001 | 1100100 | 110001 |
Color Harmonies of #00FBCD
Complementary color
Monochromatic Colors of #00FBCD
Black with #00FBCD
Text Example
Text Example
White with #00FBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FBCD; }
p { color: rgb(0,251,205); }
H1.HeaderClassName
{
color: #00FBCD;
}
.AnyTagClassName
{
color: #00FBCD;
}
</style>
background-color css
<style>
a { background-color: #00FBCD; }
a { background-color: rgb(0,251,205); }
div.DivClassName
{
background-color: #00FBCD;
}
.BgClassName
{
background-color: #00FBCD;
}
</style>
border-color css
<style>
span { border-color: #00FBCD; }
span { border-color: rgb(0,251,205); }
td.TdClassName
{
border-color: #00FBCD;
}
.TagClassName
{
border-color: #00FBCD;
}
</style>