Shades of Bright Turquoise #06E8DF
Tints of Bright Turquoise #06E8DF
RGB
CMYK
RGB Variations
Color information
#06E8DF (or 0x06E8DF) is known color: Bright Turquoise. HEX triplet: 06, E8 and DF. RGB value is (6,232,223). Sum of RGB (Red+Green+Blue) = 6+232+223=461 (61% of max value = 765). Red value is 6 (2.73% from 255 or 1.30% from 461); Green value is 232 (91.02% from 255 or 50.33% from 461); Blue value is 223 (87.5% from 255 or 48.37% from 461); Max value from RGB is 232 - color contains mainly: green. Hex color #06E8DF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #06E8DF is #F91720. Grayscale: #A3A3A3. Windows color (decimal): -16324385 or 14673926. OLE color: 14673926.
HSL color Cylindrical-coordinate representation of color #06E8DF: hue angle of 177.61º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06E8DF is Cyan = 0.97, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 6 | 232 | 223 | - |
| CMYK | 0.97 | 0 | 0.04 | 0.09 |
| HSL | 177.61º | 0.95% | 0.47% | - |
| HSV(B) | 177.61º | 0.97% | 0.91% | - |
| XYZ | 42.25 | 63.08 | 79.76 | - |
| YUV | 163.4 | 161.63 | 15.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 232 | 223 | 0.97 | 0 | 0.04 | 0.09 | 177.61 | 0.95 | 0.47 |
| Hex | 6 | E8 | DF | 61 | 0 | 4 | 9 | B2 | 5F | 2F |
| Octal | 6 | 350 | 337 | 141 | 0 | 4 | 11 | 262 | 137 | 57 |
| Binary | 110 | 11101000 | 11011111 | 1100001 | 0 | 100 | 1001 | 10110010 | 1011111 | 101111 |
Color Harmonies of #06E8DF
Complementary color
Monochromatic Colors of #06E8DF
Black with #06E8DF
Text Example
Text Example
White with #06E8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06E8DF; }
p { color: rgb(6,232,223); }
H1.HeaderClassName
{
color: #06E8DF;
}
.AnyTagClassName
{
color: #06E8DF;
}
</style>
background-color css
<style>
a { background-color: #06E8DF; }
a { background-color: rgb(6,232,223); }
div.DivClassName
{
background-color: #06E8DF;
}
.BgClassName
{
background-color: #06E8DF;
}
</style>
border-color css
<style>
span { border-color: #06E8DF; }
span { border-color: rgb(6,232,223); }
td.TdClassName
{
border-color: #06E8DF;
}
.TagClassName
{
border-color: #06E8DF;
}
</style>