Shades of Bright Turquoise #00F8DA
Tints of Bright Turquoise #00F8DA
RGB
CMYK
RGB Variations
Color information
#00F8DA (or 0x00F8DA) is known color: Bright Turquoise. HEX triplet: 00, F8 and DA. RGB value is (0,248,218). Sum of RGB (Red+Green+Blue) = 0+248+218=466 (61% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 466); Green value is 248 (97.27% from 255 or 53.22% from 466); Blue value is 218 (85.55% from 255 or 46.78% from 466); Max value from RGB is 248 - color contains mainly: green. Hex color #00F8DA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00F8DA is #FF0725. Grayscale: #AAAAAA. Windows color (decimal): -16713510 or 14350336. OLE color: 14350336.
HSL color Cylindrical-coordinate representation of color #00F8DA: hue angle of 172.74º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00F8DA is Cyan = 1, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 0 | 248 | 218 | - |
| CMYK | 1 | 0 | 0.12 | 0.03 |
| HSL | 172.74º | 1% | 0.49% | - |
| HSV(B) | 172.74º | 1% | 0.97% | - |
| XYZ | 46.22 | 72.2 | 77.83 | - |
| YUV | 170.43 | 154.84 | 6.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 248 | 218 | 1 | 0 | 0.12 | 0.03 | 172.74 | 1 | 0.49 |
| Hex | 0 | F8 | DA | 64 | 0 | C | 3 | AD | 64 | 31 |
| Octal | 0 | 370 | 332 | 144 | 0 | 14 | 3 | 255 | 144 | 61 |
| Binary | 0 | 11111000 | 11011010 | 1100100 | 0 | 1100 | 11 | 10101101 | 1100100 | 110001 |
Color Harmonies of #00F8DA
Complementary color
Monochromatic Colors of #00F8DA
Black with #00F8DA
Text Example
Text Example
White with #00F8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00F8DA; }
p { color: rgb(0,248,218); }
H1.HeaderClassName
{
color: #00F8DA;
}
.AnyTagClassName
{
color: #00F8DA;
}
</style>
background-color css
<style>
a { background-color: #00F8DA; }
a { background-color: rgb(0,248,218); }
div.DivClassName
{
background-color: #00F8DA;
}
.BgClassName
{
background-color: #00F8DA;
}
</style>
border-color css
<style>
span { border-color: #00F8DA; }
span { border-color: rgb(0,248,218); }
td.TdClassName
{
border-color: #00F8DA;
}
.TagClassName
{
border-color: #00F8DA;
}
</style>