Shades of Bright Turquoise #06F9DA
Tints of Bright Turquoise #06F9DA
RGB
CMYK
RGB Variations
Color information
#06F9DA (or 0x06F9DA) is known color: Bright Turquoise. HEX triplet: 06, F9 and DA. RGB value is (6,249,218). Sum of RGB (Red+Green+Blue) = 6+249+218=473 (62% of max value = 765). Red value is 6 (2.73% from 255 or 1.27% from 473); Green value is 249 (97.66% from 255 or 52.64% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 249 - color contains mainly: green. Hex color #06F9DA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #06F9DA is #F90625. Grayscale: #ACACAC. Windows color (decimal): -16320038 or 14350598. OLE color: 14350598.
HSL color Cylindrical-coordinate representation of color #06F9DA: hue angle of 172.35º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06F9DA is Cyan = 0.98, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 6 | 249 | 218 | - |
| CMYK | 0.98 | 0 | 0.12 | 0.02 |
| HSL | 172.35º | 0.95% | 0.5% | - |
| HSV(B) | 172.35º | 0.98% | 0.98% | - |
| XYZ | 46.61 | 72.85 | 77.94 | - |
| YUV | 172.81 | 153.49 | 9.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 249 | 218 | 0.98 | 0 | 0.12 | 0.02 | 172.35 | 0.95 | 0.5 |
| Hex | 6 | F9 | DA | 62 | 0 | C | 2 | AC | 5F | 32 |
| Octal | 6 | 371 | 332 | 142 | 0 | 14 | 2 | 254 | 137 | 62 |
| Binary | 110 | 11111001 | 11011010 | 1100010 | 0 | 1100 | 10 | 10101100 | 1011111 | 110010 |
Color Harmonies of #06F9DA
Complementary color
Monochromatic Colors of #06F9DA
Black with #06F9DA
Text Example
Text Example
White with #06F9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06F9DA; }
p { color: rgb(6,249,218); }
H1.HeaderClassName
{
color: #06F9DA;
}
.AnyTagClassName
{
color: #06F9DA;
}
</style>
background-color css
<style>
a { background-color: #06F9DA; }
a { background-color: rgb(6,249,218); }
div.DivClassName
{
background-color: #06F9DA;
}
.BgClassName
{
background-color: #06F9DA;
}
</style>
border-color css
<style>
span { border-color: #06F9DA; }
span { border-color: rgb(6,249,218); }
td.TdClassName
{
border-color: #06F9DA;
}
.TagClassName
{
border-color: #06F9DA;
}
</style>