Shades of Bright Turquoise #06EFE5
Tints of Bright Turquoise #06EFE5
RGB
CMYK
RGB Variations
Color information
#06EFE5 (or 0x06EFE5) is known color: Bright Turquoise. HEX triplet: 06, EF and E5. RGB value is (6,239,229). Sum of RGB (Red+Green+Blue) = 6+239+229=474 (62% of max value = 765). Red value is 6 (2.73% from 255 or 1.27% from 474); Green value is 239 (93.75% from 255 or 50.42% from 474); Blue value is 229 (89.84% from 255 or 48.31% from 474); Max value from RGB is 239 - color contains mainly: green. Hex color #06EFE5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #06EFE5 is #F9101A. Grayscale: #A8A8A8. Windows color (decimal): -16322587 or 15068934. OLE color: 15068934.
HSL color Cylindrical-coordinate representation of color #06EFE5: hue angle of 177.42º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06EFE5 is Cyan = 0.97, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 6 | 239 | 229 | - |
| CMYK | 0.97 | 0 | 0.04 | 0.06 |
| HSL | 177.42º | 0.95% | 0.48% | - |
| HSV(B) | 177.42º | 0.97% | 0.94% | - |
| XYZ | 45.08 | 67.43 | 84.77 | - |
| YUV | 168.19 | 162.31 | 12.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 239 | 229 | 0.97 | 0 | 0.04 | 0.06 | 177.42 | 0.95 | 0.48 |
| Hex | 6 | EF | E5 | 61 | 0 | 4 | 6 | B1 | 5F | 30 |
| Octal | 6 | 357 | 345 | 141 | 0 | 4 | 6 | 261 | 137 | 60 |
| Binary | 110 | 11101111 | 11100101 | 1100001 | 0 | 100 | 110 | 10110001 | 1011111 | 110000 |
Color Harmonies of #06EFE5
Complementary color
Monochromatic Colors of #06EFE5
Black with #06EFE5
Text Example
Text Example
White with #06EFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06EFE5; }
p { color: rgb(6,239,229); }
H1.HeaderClassName
{
color: #06EFE5;
}
.AnyTagClassName
{
color: #06EFE5;
}
</style>
background-color css
<style>
a { background-color: #06EFE5; }
a { background-color: rgb(6,239,229); }
div.DivClassName
{
background-color: #06EFE5;
}
.BgClassName
{
background-color: #06EFE5;
}
</style>
border-color css
<style>
span { border-color: #06EFE5; }
span { border-color: rgb(6,239,229); }
td.TdClassName
{
border-color: #06EFE5;
}
.TagClassName
{
border-color: #06EFE5;
}
</style>