Shades of Bright Turquoise #00FAE8
Tints of Bright Turquoise #00FAE8
RGB
CMYK
RGB Variations
Color information
#00FAE8 (or 0x00FAE8) is known color: Bright Turquoise. HEX triplet: 00, FA and E8. RGB value is (0,250,232). Sum of RGB (Red+Green+Blue) = 0+250+232=482 (63% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 482); Green value is 250 (98.05% from 255 or 51.87% from 482); Blue value is 232 (91.02% from 255 or 48.13% from 482); Max value from RGB is 250 - color contains mainly: green. Hex color #00FAE8 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00FAE8 is #FF0517. Grayscale: #ADADAD. Windows color (decimal): -16712984 or 15268352. OLE color: 15268352.
HSL color Cylindrical-coordinate representation of color #00FAE8: hue angle of 175.68º 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 #00FAE8 is Cyan = 1, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 250 | 232 | - |
| CMYK | 1 | 0 | 0.07 | 0.02 |
| HSL | 175.68º | 1% | 0.49% | - |
| HSV(B) | 175.68º | 1% | 0.98% | - |
| XYZ | 48.75 | 74.2 | 88.1 | - |
| YUV | 173.2 | 161.18 | 4.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 250 | 232 | 1 | 0 | 0.07 | 0.02 | 175.68 | 1 | 0.49 |
| Hex | 0 | FA | E8 | 64 | 0 | 7 | 2 | B0 | 64 | 31 |
| Octal | 0 | 372 | 350 | 144 | 0 | 7 | 2 | 260 | 144 | 61 |
| Binary | 0 | 11111010 | 11101000 | 1100100 | 0 | 111 | 10 | 10110000 | 1100100 | 110001 |
Color Harmonies of #00FAE8
Complementary color
Monochromatic Colors of #00FAE8
Black with #00FAE8
Text Example
Text Example
White with #00FAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FAE8; }
p { color: rgb(0,250,232); }
H1.HeaderClassName
{
color: #00FAE8;
}
.AnyTagClassName
{
color: #00FAE8;
}
</style>
background-color css
<style>
a { background-color: #00FAE8; }
a { background-color: rgb(0,250,232); }
div.DivClassName
{
background-color: #00FAE8;
}
.BgClassName
{
background-color: #00FAE8;
}
</style>
border-color css
<style>
span { border-color: #00FAE8; }
span { border-color: rgb(0,250,232); }
td.TdClassName
{
border-color: #00FAE8;
}
.TagClassName
{
border-color: #00FAE8;
}
</style>