Shades of Bright Turquoise #06FADB
Tints of Bright Turquoise #06FADB
RGB
CMYK
RGB Variations
Color information
#06FADB (or 0x06FADB) is known color: Bright Turquoise. HEX triplet: 06, FA and DB. RGB value is (6,250,219). Sum of RGB (Red+Green+Blue) = 6+250+219=475 (62% of max value = 765). Red value is 6 (2.73% from 255 or 1.26% from 475); Green value is 250 (98.05% from 255 or 52.63% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 250 - color contains mainly: green. Hex color #06FADB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #06FADB is #F90524. Grayscale: #ADADAD. Windows color (decimal): -16319781 or 14416390. OLE color: 14416390.
HSL color Cylindrical-coordinate representation of color #06FADB: hue angle of 172.38º 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 #06FADB is Cyan = 0.98, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 6 | 250 | 219 | - |
| CMYK | 0.98 | 0 | 0.12 | 0.02 |
| HSL | 172.38º | 0.96% | 0.5% | - |
| HSV(B) | 172.38º | 0.98% | 0.98% | - |
| XYZ | 47.05 | 73.52 | 78.73 | - |
| YUV | 173.51 | 153.66 | 8.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 250 | 219 | 0.98 | 0 | 0.12 | 0.02 | 172.38 | 0.96 | 0.5 |
| Hex | 6 | FA | DB | 62 | 0 | C | 2 | AC | 60 | 32 |
| Octal | 6 | 372 | 333 | 142 | 0 | 14 | 2 | 254 | 140 | 62 |
| Binary | 110 | 11111010 | 11011011 | 1100010 | 0 | 1100 | 10 | 10101100 | 1100000 | 110010 |
Color Harmonies of #06FADB
Complementary color
Monochromatic Colors of #06FADB
Black with #06FADB
Text Example
Text Example
White with #06FADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06FADB; }
p { color: rgb(6,250,219); }
H1.HeaderClassName
{
color: #06FADB;
}
.AnyTagClassName
{
color: #06FADB;
}
</style>
background-color css
<style>
a { background-color: #06FADB; }
a { background-color: rgb(6,250,219); }
div.DivClassName
{
background-color: #06FADB;
}
.BgClassName
{
background-color: #06FADB;
}
</style>
border-color css
<style>
span { border-color: #06FADB; }
span { border-color: rgb(6,250,219); }
td.TdClassName
{
border-color: #06FADB;
}
.TagClassName
{
border-color: #06FADB;
}
</style>