Shades of Turquoise Blue #6AE2EA
Tints of Turquoise Blue #6AE2EA
RGB
CMYK
RGB Variations
Color information
#6AE2EA (or 0x6AE2EA) is known color: Turquoise Blue. HEX triplet: 6A, E2 and EA. RGB value is (106,226,234). Sum of RGB (Red+Green+Blue) = 106+226+234=566 (74% of max value = 765). Red value is 106 (41.80% from 255 or 18.73% from 566); Green value is 226 (88.67% from 255 or 39.93% from 566); Blue value is 234 (91.80% from 255 or 41.34% from 566); Max value from RGB is 234 - color contains mainly: blue. Hex color #6AE2EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6AE2EA is #951D15. Grayscale: #BEBEBE. Windows color (decimal): -9772310 or 15393386. OLE color: 15393386.
HSL color Cylindrical-coordinate representation of color #6AE2EA: hue angle of 183.75º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AE2EA is Cyan = 0.55, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 106 | 226 | 234 | - |
| CMYK | 0.55 | 0.03 | 0 | 0.08 |
| HSL | 183.75º | 0.75% | 0.67% | - |
| HSV(B) | 183.75º | 0.55% | 0.92% | - |
| XYZ | 47.99 | 63.4 | 87.55 | - |
| YUV | 191.03 | 152.24 | 67.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 226 | 234 | 0.55 | 0.03 | 0 | 0.08 | 183.75 | 0.75 | 0.67 |
| Hex | 6A | E2 | EA | 37 | 3 | 0 | 8 | B8 | 4B | 43 |
| Octal | 152 | 342 | 352 | 67 | 3 | 0 | 10 | 270 | 113 | 103 |
| Binary | 1101010 | 11100010 | 11101010 | 110111 | 11 | 0 | 1000 | 10111000 | 1001011 | 1000011 |
Color Harmonies of #6AE2EA
Complementary color
Monochromatic Colors of #6AE2EA
Black with #6AE2EA
Text Example
Text Example
White with #6AE2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AE2EA; }
p { color: rgb(106,226,234); }
H1.HeaderClassName
{
color: #6AE2EA;
}
.AnyTagClassName
{
color: #6AE2EA;
}
</style>
background-color css
<style>
a { background-color: #6AE2EA; }
a { background-color: rgb(106,226,234); }
div.DivClassName
{
background-color: #6AE2EA;
}
.BgClassName
{
background-color: #6AE2EA;
}
</style>
border-color css
<style>
span { border-color: #6AE2EA; }
span { border-color: rgb(106,226,234); }
td.TdClassName
{
border-color: #6AE2EA;
}
.TagClassName
{
border-color: #6AE2EA;
}
</style>