Shades of Bright Turquoise #00FBDE
Tints of Bright Turquoise #00FBDE
RGB
CMYK
RGB Variations
Color information
#00FBDE (or 0x00FBDE) is known color: Bright Turquoise. HEX triplet: 00, FB and DE. RGB value is (0,251,222). Sum of RGB (Red+Green+Blue) = 0+251+222=473 (62% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 473); Green value is 251 (98.44% from 255 or 53.07% from 473); Blue value is 222 (87.11% from 255 or 46.93% from 473); Max value from RGB is 251 - color contains mainly: green. Hex color #00FBDE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00FBDE is #FF0421. Grayscale: #ACACAC. Windows color (decimal): -16712738 or 14613248. OLE color: 14613248.
HSL color Cylindrical-coordinate representation of color #00FBDE: hue angle of 173.07º 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 #00FBDE is Cyan = 1, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 251 | 222 | - |
| CMYK | 1 | 0 | 0.12 | 0.02 |
| HSL | 173.07º | 1% | 0.49% | - |
| HSV(B) | 173.07º | 1% | 0.98% | - |
| XYZ | 47.68 | 74.27 | 80.93 | - |
| YUV | 172.65 | 155.84 | 4.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 251 | 222 | 1 | 0 | 0.12 | 0.02 | 173.07 | 1 | 0.49 |
| Hex | 0 | FB | DE | 64 | 0 | C | 2 | AD | 64 | 31 |
| Octal | 0 | 373 | 336 | 144 | 0 | 14 | 2 | 255 | 144 | 61 |
| Binary | 0 | 11111011 | 11011110 | 1100100 | 0 | 1100 | 10 | 10101101 | 1100100 | 110001 |
Color Harmonies of #00FBDE
Complementary color
Monochromatic Colors of #00FBDE
Black with #00FBDE
Text Example
Text Example
White with #00FBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FBDE; }
p { color: rgb(0,251,222); }
H1.HeaderClassName
{
color: #00FBDE;
}
.AnyTagClassName
{
color: #00FBDE;
}
</style>
background-color css
<style>
a { background-color: #00FBDE; }
a { background-color: rgb(0,251,222); }
div.DivClassName
{
background-color: #00FBDE;
}
.BgClassName
{
background-color: #00FBDE;
}
</style>
border-color css
<style>
span { border-color: #00FBDE; }
span { border-color: rgb(0,251,222); }
td.TdClassName
{
border-color: #00FBDE;
}
.TagClassName
{
border-color: #00FBDE;
}
</style>