Shades of Turquoise Blue #7AECE6
Tints of Turquoise Blue #7AECE6
RGB
CMYK
RGB Variations
Color information
#7AECE6 (or 0x7AECE6) is known color: Turquoise Blue. HEX triplet: 7A, EC and E6. RGB value is (122,236,230). Sum of RGB (Red+Green+Blue) = 122+236+230=588 (77% of max value = 765). Red value is 122 (48.05% from 255 or 20.75% from 588); Green value is 236 (92.58% from 255 or 40.14% from 588); Blue value is 230 (90.23% from 255 or 39.12% from 588); Max value from RGB is 236 - color contains mainly: green. Hex color #7AECE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AECE6 is #851319. Grayscale: #C9C9C9. Windows color (decimal): -8721178 or 15133818. OLE color: 15133818.
HSL color Cylindrical-coordinate representation of color #7AECE6: hue angle of 176.84º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7AECE6 is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
RGB | 122 | 236 | 230 | - |
CMYK | 0.48 | 0 | 0.03 | 0.07 |
HSL | 176.84º | 0.75% | 0.7% | - |
HSV(B) | 176.84º | 0.48% | 0.93% | - |
XYZ | 52.3 | 69.84 | 85.59 | - |
YUV | 201.23 | 144.23 | 71.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 122 | 236 | 230 | 0.48 | 0 | 0.03 | 0.07 | 176.84 | 0.75 | 0.7 |
Hex | 7A | EC | E6 | 30 | 0 | 3 | 7 | B1 | 4B | 46 |
Octal | 172 | 354 | 346 | 60 | 0 | 3 | 7 | 261 | 113 | 106 |
Binary | 1111010 | 11101100 | 11100110 | 110000 | 0 | 11 | 111 | 10110001 | 1001011 | 1000110 |
Color Harmonies of #7AECE6
Complementary color
Monochromatic Colors of #7AECE6
Black with #7AECE6
Text Example
Text Example
White with #7AECE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AECE6; }
p { color: rgb(122,236,230); }
H1.HeaderClassName
{
color: #7AECE6;
}
.AnyTagClassName
{
color: #7AECE6;
}
</style>
background-color css
<style>
a { background-color: #7AECE6; }
a { background-color: rgb(122,236,230); }
div.DivClassName
{
background-color: #7AECE6;
}
.BgClassName
{
background-color: #7AECE6;
}
</style>
border-color css
<style>
span { border-color: #7AECE6; }
span { border-color: rgb(122,236,230); }
td.TdClassName
{
border-color: #7AECE6;
}
.TagClassName
{
border-color: #7AECE6;
}
</style>