Shades of Bright Turquoise #06EBDB
Tints of Bright Turquoise #06EBDB
RGB
CMYK
RGB Variations
Color information
#06EBDB (or 0x06EBDB) is known color: Bright Turquoise. HEX triplet: 06, EB and DB. RGB value is (6,235,219). Sum of RGB (Red+Green+Blue) = 6+235+219=460 (60% of max value = 765). Red value is 6 (2.73% from 255 or 1.30% from 460); Green value is 235 (92.19% from 255 or 51.09% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 235 - color contains mainly: green. Hex color #06EBDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #06EBDB is #F91424. Grayscale: #A4A4A4. Windows color (decimal): -16323621 or 14412550. OLE color: 14412550.
HSL color Cylindrical-coordinate representation of color #06EBDB: hue angle of 175.81º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06EBDB is Cyan = 0.97, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 6 | 235 | 219 | - |
| CMYK | 0.97 | 0 | 0.07 | 0.08 |
| HSL | 175.81º | 0.95% | 0.47% | - |
| HSV(B) | 175.81º | 0.97% | 0.92% | - |
| XYZ | 42.57 | 64.57 | 77.24 | - |
| YUV | 164.71 | 158.63 | 14.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 235 | 219 | 0.97 | 0 | 0.07 | 0.08 | 175.81 | 0.95 | 0.47 |
| Hex | 6 | EB | DB | 61 | 0 | 7 | 8 | B0 | 5F | 2F |
| Octal | 6 | 353 | 333 | 141 | 0 | 7 | 10 | 260 | 137 | 57 |
| Binary | 110 | 11101011 | 11011011 | 1100001 | 0 | 111 | 1000 | 10110000 | 1011111 | 101111 |
Color Harmonies of #06EBDB
Complementary color
Monochromatic Colors of #06EBDB
Black with #06EBDB
Text Example
Text Example
White with #06EBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06EBDB; }
p { color: rgb(6,235,219); }
H1.HeaderClassName
{
color: #06EBDB;
}
.AnyTagClassName
{
color: #06EBDB;
}
</style>
background-color css
<style>
a { background-color: #06EBDB; }
a { background-color: rgb(6,235,219); }
div.DivClassName
{
background-color: #06EBDB;
}
.BgClassName
{
background-color: #06EBDB;
}
</style>
border-color css
<style>
span { border-color: #06EBDB; }
span { border-color: rgb(6,235,219); }
td.TdClassName
{
border-color: #06EBDB;
}
.TagClassName
{
border-color: #06EBDB;
}
</style>