Shades of Turquoise Blue #6AEFE8
Tints of Turquoise Blue #6AEFE8
RGB
CMYK
RGB Variations
Color information
#6AEFE8 (or 0x6AEFE8) is known color: Turquoise Blue. HEX triplet: 6A, EF and E8. RGB value is (106,239,232). Sum of RGB (Red+Green+Blue) = 106+239+232=577 (76% of max value = 765). Red value is 106 (41.80% from 255 or 18.37% from 577); Green value is 239 (93.75% from 255 or 41.42% from 577); Blue value is 232 (91.02% from 255 or 40.21% from 577); Max value from RGB is 239 - color contains mainly: green. Hex color #6AEFE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AEFE8 is #951017. Grayscale: #C6C6C6. Windows color (decimal): -9768984 or 15265642. OLE color: 15265642.
HSL color Cylindrical-coordinate representation of color #6AEFE8: hue angle of 176.84º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6AEFE8 is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 106 | 239 | 232 | - |
| CMYK | 0.56 | 0 | 0.03 | 0.06 |
| HSL | 176.84º | 0.81% | 0.68% | - |
| HSV(B) | 176.84º | 0.56% | 0.94% | - |
| XYZ | 51.38 | 70.62 | 87.27 | - |
| YUV | 198.44 | 146.94 | 62.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 239 | 232 | 0.56 | 0 | 0.03 | 0.06 | 176.84 | 0.81 | 0.68 |
| Hex | 6A | EF | E8 | 38 | 0 | 3 | 6 | B1 | 51 | 44 |
| Octal | 152 | 357 | 350 | 70 | 0 | 3 | 6 | 261 | 121 | 104 |
| Binary | 1101010 | 11101111 | 11101000 | 111000 | 0 | 11 | 110 | 10110001 | 1010001 | 1000100 |
Color Harmonies of #6AEFE8
Complementary color
Monochromatic Colors of #6AEFE8
Black with #6AEFE8
Text Example
Text Example
White with #6AEFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AEFE8; }
p { color: rgb(106,239,232); }
H1.HeaderClassName
{
color: #6AEFE8;
}
.AnyTagClassName
{
color: #6AEFE8;
}
</style>
background-color css
<style>
a { background-color: #6AEFE8; }
a { background-color: rgb(106,239,232); }
div.DivClassName
{
background-color: #6AEFE8;
}
.BgClassName
{
background-color: #6AEFE8;
}
</style>
border-color css
<style>
span { border-color: #6AEFE8; }
span { border-color: rgb(106,239,232); }
td.TdClassName
{
border-color: #6AEFE8;
}
.TagClassName
{
border-color: #6AEFE8;
}
</style>