Shades of Bright Turquoise #00F5DC
Tints of Bright Turquoise #00F5DC
RGB
CMYK
RGB Variations
Color information
#00F5DC (or 0x00F5DC) is known color: Bright Turquoise. HEX triplet: 00, F5 and DC. RGB value is (0,245,220). Sum of RGB (Red+Green+Blue) = 0+245+220=465 (61% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 465); Green value is 245 (96.09% from 255 or 52.69% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 245 - color contains mainly: green. Hex color #00F5DC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00F5DC is #FF0A23. Grayscale: #A8A8A8. Windows color (decimal): -16714276 or 14480640. OLE color: 14480640.
HSL color Cylindrical-coordinate representation of color #00F5DC: hue angle of 173.88º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00F5DC is Cyan = 1, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 0 | 245 | 220 | - |
| CMYK | 1 | 0 | 0.10 | 0.04 |
| HSL | 173.88º | 1% | 0.48% | - |
| HSV(B) | 173.88º | 1% | 0.96% | - |
| XYZ | 45.57 | 70.47 | 78.91 | - |
| YUV | 168.9 | 156.83 | 7.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 245 | 220 | 1 | 0 | 0.10 | 0.04 | 173.88 | 1 | 0.48 |
| Hex | 0 | F5 | DC | 64 | 0 | A | 4 | AE | 64 | 30 |
| Octal | 0 | 365 | 334 | 144 | 0 | 12 | 4 | 256 | 144 | 60 |
| Binary | 0 | 11110101 | 11011100 | 1100100 | 0 | 1010 | 100 | 10101110 | 1100100 | 110000 |
Color Harmonies of #00F5DC
Complementary color
Monochromatic Colors of #00F5DC
Black with #00F5DC
Text Example
Text Example
White with #00F5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00F5DC; }
p { color: rgb(0,245,220); }
H1.HeaderClassName
{
color: #00F5DC;
}
.AnyTagClassName
{
color: #00F5DC;
}
</style>
background-color css
<style>
a { background-color: #00F5DC; }
a { background-color: rgb(0,245,220); }
div.DivClassName
{
background-color: #00F5DC;
}
.BgClassName
{
background-color: #00F5DC;
}
</style>
border-color css
<style>
span { border-color: #00F5DC; }
span { border-color: rgb(0,245,220); }
td.TdClassName
{
border-color: #00F5DC;
}
.TagClassName
{
border-color: #00F5DC;
}
</style>