Shades of Bright Turquoise #06FADF
Tints of Bright Turquoise #06FADF
RGB
CMYK
RGB Variations
Color information
#06FADF (or 0x06FADF) is known color: Bright Turquoise. HEX triplet: 06, FA and DF. RGB value is (6,250,223). Sum of RGB (Red+Green+Blue) = 6+250+223=479 (63% of max value = 765). Red value is 6 (2.73% from 255 or 1.25% from 479); Green value is 250 (98.05% from 255 or 52.19% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 250 - color contains mainly: green. Hex color #06FADF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #06FADF is #F90520. Grayscale: #ADADAD. Windows color (decimal): -16319777 or 14678534. OLE color: 14678534.
HSL color Cylindrical-coordinate representation of color #06FADF: hue angle of 173.36º 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 #06FADF is Cyan = 0.98, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 6 | 250 | 223 | - |
| CMYK | 0.98 | 0 | 0.11 | 0.02 |
| HSL | 173.36º | 0.96% | 0.5% | - |
| HSV(B) | 173.36º | 0.98% | 0.98% | - |
| XYZ | 47.58 | 73.74 | 81.54 | - |
| YUV | 173.97 | 155.66 | 8.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 250 | 223 | 0.98 | 0 | 0.11 | 0.02 | 173.36 | 0.96 | 0.5 |
| Hex | 6 | FA | DF | 62 | 0 | B | 2 | AD | 60 | 32 |
| Octal | 6 | 372 | 337 | 142 | 0 | 13 | 2 | 255 | 140 | 62 |
| Binary | 110 | 11111010 | 11011111 | 1100010 | 0 | 1011 | 10 | 10101101 | 1100000 | 110010 |
Color Harmonies of #06FADF
Complementary color
Monochromatic Colors of #06FADF
Black with #06FADF
Text Example
Text Example
White with #06FADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06FADF; }
p { color: rgb(6,250,223); }
H1.HeaderClassName
{
color: #06FADF;
}
.AnyTagClassName
{
color: #06FADF;
}
</style>
background-color css
<style>
a { background-color: #06FADF; }
a { background-color: rgb(6,250,223); }
div.DivClassName
{
background-color: #06FADF;
}
.BgClassName
{
background-color: #06FADF;
}
</style>
border-color css
<style>
span { border-color: #06FADF; }
span { border-color: rgb(6,250,223); }
td.TdClassName
{
border-color: #06FADF;
}
.TagClassName
{
border-color: #06FADF;
}
</style>