Shades of Turquoise Blue #6AEEEC
Tints of Turquoise Blue #6AEEEC
RGB
CMYK
RGB Variations
Color information
#6AEEEC (or 0x6AEEEC) is known color: Turquoise Blue. HEX triplet: 6A, EE and EC. RGB value is (106,238,236). Sum of RGB (Red+Green+Blue) = 106+238+236=580 (76% of max value = 765). Red value is 106 (41.80% from 255 or 18.28% from 580); Green value is 238 (93.36% from 255 or 41.03% from 580); Blue value is 236 (92.58% from 255 or 40.69% from 580); Max value from RGB is 238 - color contains mainly: green. Hex color #6AEEEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AEEEC is #951113. Grayscale: #C6C6C6. Windows color (decimal): -9769236 or 15527530. OLE color: 15527530.
HSL color Cylindrical-coordinate representation of color #6AEEEC: hue angle of 179.09º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AEEEC is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 106 | 238 | 236 | - |
| CMYK | 0.55 | 0 | 0.01 | 0.07 |
| HSL | 179.09º | 0.8% | 0.67% | - |
| HSV(B) | 179.09º | 0.55% | 0.93% | - |
| XYZ | 51.66 | 70.27 | 90.2 | - |
| YUV | 198.3 | 149.27 | 62.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 238 | 236 | 0.55 | 0 | 0.01 | 0.07 | 179.09 | 0.8 | 0.67 |
| Hex | 6A | EE | EC | 37 | 0 | 1 | 7 | B3 | 50 | 43 |
| Octal | 152 | 356 | 354 | 67 | 0 | 1 | 7 | 263 | 120 | 103 |
| Binary | 1101010 | 11101110 | 11101100 | 110111 | 0 | 1 | 111 | 10110011 | 1010000 | 1000011 |
Color Harmonies of #6AEEEC
Complementary color
Monochromatic Colors of #6AEEEC
Black with #6AEEEC
Text Example
Text Example
White with #6AEEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AEEEC; }
p { color: rgb(106,238,236); }
H1.HeaderClassName
{
color: #6AEEEC;
}
.AnyTagClassName
{
color: #6AEEEC;
}
</style>
background-color css
<style>
a { background-color: #6AEEEC; }
a { background-color: rgb(106,238,236); }
div.DivClassName
{
background-color: #6AEEEC;
}
.BgClassName
{
background-color: #6AEEEC;
}
</style>
border-color css
<style>
span { border-color: #6AEEEC; }
span { border-color: rgb(106,238,236); }
td.TdClassName
{
border-color: #6AEEEC;
}
.TagClassName
{
border-color: #6AEEEC;
}
</style>