Shades of Turquoise Blue #6AEAE0
Tints of Turquoise Blue #6AEAE0
RGB
CMYK
RGB Variations
Color information
#6AEAE0 (or 0x6AEAE0) is known color: Turquoise Blue. HEX triplet: 6A, EA and E0. RGB value is (106,234,224). Sum of RGB (Red+Green+Blue) = 106+234+224=564 (74% of max value = 765). Red value is 106 (41.80% from 255 or 18.79% from 564); Green value is 234 (91.80% from 255 or 41.49% from 564); Blue value is 224 (87.89% from 255 or 39.72% from 564); Max value from RGB is 234 - color contains mainly: green. Hex color #6AEAE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AEAE0 is #95151F. Grayscale: #C2C2C2. Windows color (decimal): -9770272 or 14740074. OLE color: 14740074.
HSL color Cylindrical-coordinate representation of color #6AEAE0: hue angle of 175.31º 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 #6AEAE0 is Cyan = 0.55, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 106 | 234 | 224 | - |
| CMYK | 0.55 | 0 | 0.04 | 0.08 |
| HSL | 175.31º | 0.75% | 0.67% | - |
| HSV(B) | 175.31º | 0.55% | 0.92% | - |
| XYZ | 48.82 | 67.29 | 80.94 | - |
| YUV | 194.59 | 144.59 | 64.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 234 | 224 | 0.55 | 0 | 0.04 | 0.08 | 175.31 | 0.75 | 0.67 |
| Hex | 6A | EA | E0 | 37 | 0 | 4 | 8 | AF | 4B | 43 |
| Octal | 152 | 352 | 340 | 67 | 0 | 4 | 10 | 257 | 113 | 103 |
| Binary | 1101010 | 11101010 | 11100000 | 110111 | 0 | 100 | 1000 | 10101111 | 1001011 | 1000011 |
Color Harmonies of #6AEAE0
Complementary color
Monochromatic Colors of #6AEAE0
Black with #6AEAE0
Text Example
Text Example
White with #6AEAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AEAE0; }
p { color: rgb(106,234,224); }
H1.HeaderClassName
{
color: #6AEAE0;
}
.AnyTagClassName
{
color: #6AEAE0;
}
</style>
background-color css
<style>
a { background-color: #6AEAE0; }
a { background-color: rgb(106,234,224); }
div.DivClassName
{
background-color: #6AEAE0;
}
.BgClassName
{
background-color: #6AEAE0;
}
</style>
border-color css
<style>
span { border-color: #6AEAE0; }
span { border-color: rgb(106,234,224); }
td.TdClassName
{
border-color: #6AEAE0;
}
.TagClassName
{
border-color: #6AEAE0;
}
</style>