Shades of Bright Turquoise #06FADE
Tints of Bright Turquoise #06FADE
RGB
CMYK
RGB Variations
Color information
#06FADE (or 0x06FADE) is known color: Bright Turquoise. HEX triplet: 06, FA and DE. RGB value is (6,250,222). Sum of RGB (Red+Green+Blue) = 6+250+222=478 (63% of max value = 765). Red value is 6 (2.73% from 255 or 1.26% from 478); Green value is 250 (98.05% from 255 or 52.30% from 478); Blue value is 222 (87.11% from 255 or 46.44% from 478); Max value from RGB is 250 - color contains mainly: green. Hex color #06FADE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #06FADE is #F90521. Grayscale: #ADADAD. Windows color (decimal): -16319778 or 14612998. OLE color: 14612998.
HSL color Cylindrical-coordinate representation of color #06FADE: hue angle of 173.11º degrees, saturation: 0.96, 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 #06FADE is Cyan = 0.98, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 6 | 250 | 222 | - |
| CMYK | 0.98 | 0 | 0.11 | 0.02 |
| HSL | 173.11º | 0.96% | 0.5% | - |
| HSV(B) | 173.11º | 0.98% | 0.98% | - |
| XYZ | 47.45 | 73.68 | 80.83 | - |
| YUV | 173.85 | 155.16 | 8.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 250 | 222 | 0.98 | 0 | 0.11 | 0.02 | 173.11 | 0.96 | 0.5 |
| Hex | 6 | FA | DE | 62 | 0 | B | 2 | AD | 60 | 32 |
| Octal | 6 | 372 | 336 | 142 | 0 | 13 | 2 | 255 | 140 | 62 |
| Binary | 110 | 11111010 | 11011110 | 1100010 | 0 | 1011 | 10 | 10101101 | 1100000 | 110010 |
Color Harmonies of #06FADE
Complementary color
Monochromatic Colors of #06FADE
Black with #06FADE
Text Example
Text Example
White with #06FADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06FADE; }
p { color: rgb(6,250,222); }
H1.HeaderClassName
{
color: #06FADE;
}
.AnyTagClassName
{
color: #06FADE;
}
</style>
background-color css
<style>
a { background-color: #06FADE; }
a { background-color: rgb(6,250,222); }
div.DivClassName
{
background-color: #06FADE;
}
.BgClassName
{
background-color: #06FADE;
}
</style>
border-color css
<style>
span { border-color: #06FADE; }
span { border-color: rgb(6,250,222); }
td.TdClassName
{
border-color: #06FADE;
}
.TagClassName
{
border-color: #06FADE;
}
</style>