Shades of Bright Turquoise #06FFDA
Tints of Bright Turquoise #06FFDA
RGB
CMYK
RGB Variations
Color information
#06FFDA (or 0x06FFDA) is known color: Bright Turquoise. HEX triplet: 06, FF and DA. RGB value is (6,255,218). Sum of RGB (Red+Green+Blue) = 6+255+218=479 (63% of max value = 765). Red value is 6 (2.73% from 255 or 1.25% from 479); Green value is 255 (100% from 255 or 53.24% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 255 - color contains mainly: green. Hex color #06FFDA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #06FFDA is #F90025. Grayscale: #B0B0B0. Windows color (decimal): -16318502 or 14352134. OLE color: 14352134.
HSL color Cylindrical-coordinate representation of color #06FFDA: hue angle of 171.08º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06FFDA is Cyan = 0.98, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 255 | 218 | - |
| CMYK | 0.98 | 0 | 0.15 | 0 |
| HSL | 171.08º | 1% | 0.51% | - |
| HSV(B) | 171.08º | 0.98% | 1% | - |
| XYZ | 48.49 | 76.62 | 78.56 | - |
| YUV | 176.33 | 151.51 | 6.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 255 | 218 | 0.98 | 0 | 0.15 | 0 | 171.08 | 1 | 0.51 |
| Hex | 6 | FF | DA | 62 | 0 | F | 0 | AB | 64 | 33 |
| Octal | 6 | 377 | 332 | 142 | 0 | 17 | 0 | 253 | 144 | 63 |
| Binary | 110 | 11111111 | 11011010 | 1100010 | 0 | 1111 | 0 | 10101011 | 1100100 | 110011 |
Color Harmonies of #06FFDA
Complementary color
Monochromatic Colors of #06FFDA
Black with #06FFDA
Text Example
Text Example
White with #06FFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06FFDA; }
p { color: rgb(6,255,218); }
H1.HeaderClassName
{
color: #06FFDA;
}
.AnyTagClassName
{
color: #06FFDA;
}
</style>
background-color css
<style>
a { background-color: #06FFDA; }
a { background-color: rgb(6,255,218); }
div.DivClassName
{
background-color: #06FFDA;
}
.BgClassName
{
background-color: #06FFDA;
}
</style>
border-color css
<style>
span { border-color: #06FFDA; }
span { border-color: rgb(6,255,218); }
td.TdClassName
{
border-color: #06FFDA;
}
.TagClassName
{
border-color: #06FFDA;
}
</style>