Shades of Bright Turquoise #08FFDA
Tints of Bright Turquoise #08FFDA
RGB
CMYK
RGB Variations
Color information
#08FFDA (or 0x08FFDA) is known color: Bright Turquoise. HEX triplet: 08, FF and DA. RGB value is (8,255,218). Sum of RGB (Red+Green+Blue) = 8+255+218=481 (63% of max value = 765). Red value is 8 (3.52% from 255 or 1.66% from 481); Green value is 255 (100% from 255 or 53.01% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 255 - color contains mainly: green. Hex color #08FFDA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #08FFDA is #F70025. Grayscale: #B0B0B0. Windows color (decimal): -16187430 or 14352136. OLE color: 14352136.
HSL color Cylindrical-coordinate representation of color #08FFDA: hue angle of 171.01º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08FFDA is Cyan = 0.97, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 8 | 255 | 218 | - |
| CMYK | 0.97 | 0 | 0.15 | 0 |
| HSL | 171.01º | 1% | 0.52% | - |
| HSV(B) | 171.01º | 0.97% | 1% | - |
| XYZ | 48.52 | 76.63 | 78.56 | - |
| YUV | 176.93 | 151.17 | 7.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 255 | 218 | 0.97 | 0 | 0.15 | 0 | 171.01 | 1 | 0.52 |
| Hex | 8 | FF | DA | 61 | 0 | F | 0 | AB | 64 | 34 |
| Octal | 10 | 377 | 332 | 141 | 0 | 17 | 0 | 253 | 144 | 64 |
| Binary | 1000 | 11111111 | 11011010 | 1100001 | 0 | 1111 | 0 | 10101011 | 1100100 | 110100 |
Color Harmonies of #08FFDA
Complementary color
Monochromatic Colors of #08FFDA
Black with #08FFDA
Text Example
Text Example
White with #08FFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08FFDA; }
p { color: rgb(8,255,218); }
H1.HeaderClassName
{
color: #08FFDA;
}
.AnyTagClassName
{
color: #08FFDA;
}
</style>
background-color css
<style>
a { background-color: #08FFDA; }
a { background-color: rgb(8,255,218); }
div.DivClassName
{
background-color: #08FFDA;
}
.BgClassName
{
background-color: #08FFDA;
}
</style>
border-color css
<style>
span { border-color: #08FFDA; }
span { border-color: rgb(8,255,218); }
td.TdClassName
{
border-color: #08FFDA;
}
.TagClassName
{
border-color: #08FFDA;
}
</style>