Shades of Bright Turquoise #06F0C8
Tints of Bright Turquoise #06F0C8
RGB
CMYK
RGB Variations
Color information
#06F0C8 (or 0x06F0C8) is known color: Bright Turquoise. HEX triplet: 06, F0 and C8. RGB value is (6,240,200). Sum of RGB (Red+Green+Blue) = 6+240+200=446 (59% of max value = 765). Red value is 6 (2.73% from 255 or 1.35% from 446); Green value is 240 (94.14% from 255 or 53.81% from 446); Blue value is 200 (78.52% from 255 or 44.84% from 446); Max value from RGB is 240 - color contains mainly: green. Hex color #06F0C8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #06F0C8 is #F90F37. Grayscale: #A5A5A5. Windows color (decimal): -16322360 or 13168646. OLE color: 13168646.
HSL color Cylindrical-coordinate representation of color #06F0C8: hue angle of 169.74º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06F0C8 is Cyan = 0.98, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 6 | 240 | 200 | - |
| CMYK | 0.98 | 0 | 0.17 | 0.06 |
| HSL | 169.74º | 0.95% | 0.48% | - |
| HSV(B) | 169.74º | 0.98% | 0.94% | - |
| XYZ | 41.66 | 66.53 | 65.29 | - |
| YUV | 165.47 | 147.48 | 14.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 240 | 200 | 0.98 | 0 | 0.17 | 0.06 | 169.74 | 0.95 | 0.48 |
| Hex | 6 | F0 | C8 | 62 | 0 | 11 | 6 | AA | 5F | 30 |
| Octal | 6 | 360 | 310 | 142 | 0 | 21 | 6 | 252 | 137 | 60 |
| Binary | 110 | 11110000 | 11001000 | 1100010 | 0 | 10001 | 110 | 10101010 | 1011111 | 110000 |
Color Harmonies of #06F0C8
Complementary color
Monochromatic Colors of #06F0C8
Black with #06F0C8
Text Example
Text Example
White with #06F0C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06F0C8; }
p { color: rgb(6,240,200); }
H1.HeaderClassName
{
color: #06F0C8;
}
.AnyTagClassName
{
color: #06F0C8;
}
</style>
background-color css
<style>
a { background-color: #06F0C8; }
a { background-color: rgb(6,240,200); }
div.DivClassName
{
background-color: #06F0C8;
}
.BgClassName
{
background-color: #06F0C8;
}
</style>
border-color css
<style>
span { border-color: #06F0C8; }
span { border-color: rgb(6,240,200); }
td.TdClassName
{
border-color: #06F0C8;
}
.TagClassName
{
border-color: #06F0C8;
}
</style>