Shades of Bright Turquoise #00FFDA
Tints of Bright Turquoise #00FFDA
RGB
CMYK
RGB Variations
Color information
#00FFDA (or 0x00FFDA) is known color: Bright Turquoise. HEX triplet: 00, FF and DA. RGB value is (0,255,218). Sum of RGB (Red+Green+Blue) = 0+255+218=473 (62% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 473); Green value is 255 (100% from 255 or 53.91% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 255 - color contains mainly: green. Hex color #00FFDA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00FFDA is #FF0025. Grayscale: #AEAEAE. Windows color (decimal): -16711718 or 14352128. OLE color: 14352128.
HSL color Cylindrical-coordinate representation of color #00FFDA: hue angle of 171.29º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FFDA is Cyan = 1, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
RGB | 0 | 255 | 218 | - |
CMYK | 1 | 0 | 0.15 | 0 |
HSL | 171.29º | 1% | 0.5% | - |
HSV(B) | 171.29º | 1% | 1% | - |
XYZ | 48.41 | 76.58 | 78.56 | - |
YUV | 174.54 | 152.52 | 3.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 255 | 218 | 1 | 0 | 0.15 | 0 | 171.29 | 1 | 0.5 |
Hex | 0 | FF | DA | 64 | 0 | F | 0 | AB | 64 | 32 |
Octal | 0 | 377 | 332 | 144 | 0 | 17 | 0 | 253 | 144 | 62 |
Binary | 0 | 11111111 | 11011010 | 1100100 | 0 | 1111 | 0 | 10101011 | 1100100 | 110010 |
Color Harmonies of #00FFDA
Complementary color
Monochromatic Colors of #00FFDA
Black with #00FFDA
Text Example
Text Example
White with #00FFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FFDA; }
p { color: rgb(0,255,218); }
H1.HeaderClassName
{
color: #00FFDA;
}
.AnyTagClassName
{
color: #00FFDA;
}
</style>
background-color css
<style>
a { background-color: #00FFDA; }
a { background-color: rgb(0,255,218); }
div.DivClassName
{
background-color: #00FFDA;
}
.BgClassName
{
background-color: #00FFDA;
}
</style>
border-color css
<style>
span { border-color: #00FFDA; }
span { border-color: rgb(0,255,218); }
td.TdClassName
{
border-color: #00FFDA;
}
.TagClassName
{
border-color: #00FFDA;
}
</style>