Shades of Bright Turquoise #06FAC5
Tints of Bright Turquoise #06FAC5
RGB
CMYK
RGB Variations
Color information
#06FAC5 (or 0x06FAC5) is known color: Bright Turquoise. HEX triplet: 06, FA and C5. RGB value is (6,250,197). Sum of RGB (Red+Green+Blue) = 6+250+197=453 (60% of max value = 765). Red value is 6 (2.73% from 255 or 1.32% from 453); Green value is 250 (98.05% from 255 or 55.19% from 453); Blue value is 197 (77.34% from 255 or 43.49% from 453); Max value from RGB is 250 - color contains mainly: green. Hex color #06FAC5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #06FAC5 is #F9053A. Grayscale: #AAAAAA. Windows color (decimal): -16319803 or 12974598. OLE color: 12974598.
HSL color Cylindrical-coordinate representation of color #06FAC5: hue angle of 166.97º 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 #06FAC5 is Cyan = 0.98, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 6 | 250 | 197 | - |
| CMYK | 0.98 | 0 | 0.21 | 0.02 |
| HSL | 166.97º | 0.96% | 0.5% | - |
| HSV(B) | 166.97º | 0.98% | 0.98% | - |
| XYZ | 44.34 | 72.44 | 64.47 | - |
| YUV | 171 | 142.66 | 10.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 250 | 197 | 0.98 | 0 | 0.21 | 0.02 | 166.97 | 0.96 | 0.5 |
| Hex | 6 | FA | C5 | 62 | 0 | 15 | 2 | A7 | 60 | 32 |
| Octal | 6 | 372 | 305 | 142 | 0 | 25 | 2 | 247 | 140 | 62 |
| Binary | 110 | 11111010 | 11000101 | 1100010 | 0 | 10101 | 10 | 10100111 | 1100000 | 110010 |
Color Harmonies of #06FAC5
Complementary color
Monochromatic Colors of #06FAC5
Black with #06FAC5
Text Example
Text Example
White with #06FAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06FAC5; }
p { color: rgb(6,250,197); }
H1.HeaderClassName
{
color: #06FAC5;
}
.AnyTagClassName
{
color: #06FAC5;
}
</style>
background-color css
<style>
a { background-color: #06FAC5; }
a { background-color: rgb(6,250,197); }
div.DivClassName
{
background-color: #06FAC5;
}
.BgClassName
{
background-color: #06FAC5;
}
</style>
border-color css
<style>
span { border-color: #06FAC5; }
span { border-color: rgb(6,250,197); }
td.TdClassName
{
border-color: #06FAC5;
}
.TagClassName
{
border-color: #06FAC5;
}
</style>