Shades of Bright Turquoise #06F0EA
Tints of Bright Turquoise #06F0EA
RGB
CMYK
RGB Variations
Color information
#06F0EA (or 0x06F0EA) is known color: Bright Turquoise. HEX triplet: 06, F0 and EA. RGB value is (6,240,234). Sum of RGB (Red+Green+Blue) = 6+240+234=480 (63% of max value = 765). Red value is 6 (2.73% from 255 or 1.25% from 480); Green value is 240 (94.14% from 255 or 50% from 480); Blue value is 234 (91.80% from 255 or 48.75% from 480); Max value from RGB is 240 - color contains mainly: green. Hex color #06F0EA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #06F0EA is #F90F15. Grayscale: #A9A9A9. Windows color (decimal): -16322326 or 15396870. OLE color: 15396870.
HSL color Cylindrical-coordinate representation of color #06F0EA: hue angle of 178.46º 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 #06F0EA is Cyan = 0.98, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 6 | 240 | 234 | - |
| CMYK | 0.98 | 0 | 0.02 | 0.06 |
| HSL | 178.46º | 0.95% | 0.48% | - |
| HSV(B) | 178.46º | 0.98% | 0.94% | - |
| XYZ | 46.09 | 68.3 | 88.6 | - |
| YUV | 169.35 | 164.48 | 11.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 240 | 234 | 0.98 | 0 | 0.02 | 0.06 | 178.46 | 0.95 | 0.48 |
| Hex | 6 | F0 | EA | 62 | 0 | 2 | 6 | B2 | 5F | 30 |
| Octal | 6 | 360 | 352 | 142 | 0 | 2 | 6 | 262 | 137 | 60 |
| Binary | 110 | 11110000 | 11101010 | 1100010 | 0 | 10 | 110 | 10110010 | 1011111 | 110000 |
Color Harmonies of #06F0EA
Complementary color
Monochromatic Colors of #06F0EA
Black with #06F0EA
Text Example
Text Example
White with #06F0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06F0EA; }
p { color: rgb(6,240,234); }
H1.HeaderClassName
{
color: #06F0EA;
}
.AnyTagClassName
{
color: #06F0EA;
}
</style>
background-color css
<style>
a { background-color: #06F0EA; }
a { background-color: rgb(6,240,234); }
div.DivClassName
{
background-color: #06F0EA;
}
.BgClassName
{
background-color: #06F0EA;
}
</style>
border-color css
<style>
span { border-color: #06F0EA; }
span { border-color: rgb(6,240,234); }
td.TdClassName
{
border-color: #06F0EA;
}
.TagClassName
{
border-color: #06F0EA;
}
</style>