Shades of Turquoise Blue #6AEEE5
Tints of Turquoise Blue #6AEEE5
RGB
CMYK
RGB Variations
Color information
#6AEEE5 (or 0x6AEEE5) is known color: Turquoise Blue. HEX triplet: 6A, EE and E5. RGB value is (106,238,229). Sum of RGB (Red+Green+Blue) = 106+238+229=573 (75% of max value = 765). Red value is 106 (41.80% from 255 or 18.50% from 573); Green value is 238 (93.36% from 255 or 41.54% from 573); Blue value is 229 (89.84% from 255 or 39.97% from 573); Max value from RGB is 238 - color contains mainly: green. Hex color #6AEEE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AEEE5 is #95111A. Grayscale: #C5C5C5. Windows color (decimal): -9769243 or 15068778. OLE color: 15068778.
HSL color Cylindrical-coordinate representation of color #6AEEE5: hue angle of 175.91º 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 #6AEEE5 is Cyan = 0.55, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 106 | 238 | 229 | - |
| CMYK | 0.55 | 0 | 0.04 | 0.07 |
| HSL | 175.91º | 0.8% | 0.67% | - |
| HSV(B) | 175.91º | 0.55% | 0.93% | - |
| XYZ | 50.66 | 69.87 | 84.94 | - |
| YUV | 197.51 | 145.77 | 62.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 238 | 229 | 0.55 | 0 | 0.04 | 0.07 | 175.91 | 0.8 | 0.67 |
| Hex | 6A | EE | E5 | 37 | 0 | 4 | 7 | B0 | 50 | 43 |
| Octal | 152 | 356 | 345 | 67 | 0 | 4 | 7 | 260 | 120 | 103 |
| Binary | 1101010 | 11101110 | 11100101 | 110111 | 0 | 100 | 111 | 10110000 | 1010000 | 1000011 |
Color Harmonies of #6AEEE5
Complementary color
Monochromatic Colors of #6AEEE5
Black with #6AEEE5
Text Example
Text Example
White with #6AEEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AEEE5; }
p { color: rgb(106,238,229); }
H1.HeaderClassName
{
color: #6AEEE5;
}
.AnyTagClassName
{
color: #6AEEE5;
}
</style>
background-color css
<style>
a { background-color: #6AEEE5; }
a { background-color: rgb(106,238,229); }
div.DivClassName
{
background-color: #6AEEE5;
}
.BgClassName
{
background-color: #6AEEE5;
}
</style>
border-color css
<style>
span { border-color: #6AEEE5; }
span { border-color: rgb(106,238,229); }
td.TdClassName
{
border-color: #6AEEE5;
}
.TagClassName
{
border-color: #6AEEE5;
}
</style>