Shades of Turquoise Blue #6AEAEC
Tints of Turquoise Blue #6AEAEC
RGB
CMYK
RGB Variations
Color information
#6AEAEC (or 0x6AEAEC) is known color: Turquoise Blue. HEX triplet: 6A, EA and EC. RGB value is (106,234,236). Sum of RGB (Red+Green+Blue) = 106+234+236=576 (76% of max value = 765). Red value is 106 (41.80% from 255 or 18.40% from 576); Green value is 234 (91.80% from 255 or 40.62% from 576); Blue value is 236 (92.58% from 255 or 40.97% from 576); Max value from RGB is 236 - color contains mainly: blue. Hex color #6AEAEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AEAEC is #951513. Grayscale: #C3C3C3. Windows color (decimal): -9770260 or 15526506. OLE color: 15526506.
HSL color Cylindrical-coordinate representation of color #6AEAEC: hue angle of 180.92º degrees, saturation: 0.77, 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 #6AEAEC is Cyan = 0.55, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 106 | 234 | 236 | - |
| CMYK | 0.55 | 0.01 | 0 | 0.07 |
| HSL | 180.92º | 0.77% | 0.67% | - |
| HSV(B) | 180.92º | 0.55% | 0.93% | - |
| XYZ | 50.51 | 67.97 | 89.81 | - |
| YUV | 195.96 | 150.59 | 63.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 234 | 236 | 0.55 | 0.01 | 0 | 0.07 | 180.92 | 0.77 | 0.67 |
| Hex | 6A | EA | EC | 37 | 1 | 0 | 7 | B5 | 4D | 43 |
| Octal | 152 | 352 | 354 | 67 | 1 | 0 | 7 | 265 | 115 | 103 |
| Binary | 1101010 | 11101010 | 11101100 | 110111 | 1 | 0 | 111 | 10110101 | 1001101 | 1000011 |
Color Harmonies of #6AEAEC
Complementary color
Monochromatic Colors of #6AEAEC
Black with #6AEAEC
Text Example
Text Example
White with #6AEAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AEAEC; }
p { color: rgb(106,234,236); }
H1.HeaderClassName
{
color: #6AEAEC;
}
.AnyTagClassName
{
color: #6AEAEC;
}
</style>
background-color css
<style>
a { background-color: #6AEAEC; }
a { background-color: rgb(106,234,236); }
div.DivClassName
{
background-color: #6AEAEC;
}
.BgClassName
{
background-color: #6AEAEC;
}
</style>
border-color css
<style>
span { border-color: #6AEAEC; }
span { border-color: rgb(106,234,236); }
td.TdClassName
{
border-color: #6AEAEC;
}
.TagClassName
{
border-color: #6AEAEC;
}
</style>