Shades of Turquoise Blue #7AE6DF
Tints of Turquoise Blue #7AE6DF
RGB
CMYK
RGB Variations
Color information
#7AE6DF (or 0x7AE6DF) is known color: Turquoise Blue. HEX triplet: 7A, E6 and DF. RGB value is (122,230,223). Sum of RGB (Red+Green+Blue) = 122+230+223=575 (76% of max value = 765). Red value is 122 (48.05% from 255 or 21.22% from 575); Green value is 230 (90.23% from 255 or 40% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 230 - color contains mainly: green. Hex color #7AE6DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AE6DF is #851920. Grayscale: #C4C4C4. Windows color (decimal): -8722721 or 14673530. OLE color: 14673530.
HSL color Cylindrical-coordinate representation of color #7AE6DF: hue angle of 176.11º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7AE6DF is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 122 | 230 | 223 | - |
| CMYK | 0.47 | 0 | 0.03 | 0.10 |
| HSL | 176.11º | 0.68% | 0.69% | - |
| HSV(B) | 176.11º | 0.47% | 0.9% | - |
| XYZ | 49.64 | 66.06 | 79.95 | - |
| YUV | 196.91 | 142.72 | 74.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 230 | 223 | 0.47 | 0 | 0.03 | 0.10 | 176.11 | 0.68 | 0.69 |
| Hex | 7A | E6 | DF | 2F | 0 | 3 | A | B0 | 44 | 45 |
| Octal | 172 | 346 | 337 | 57 | 0 | 3 | 12 | 260 | 104 | 105 |
| Binary | 1111010 | 11100110 | 11011111 | 101111 | 0 | 11 | 1010 | 10110000 | 1000100 | 1000101 |
Color Harmonies of #7AE6DF
Complementary color
Monochromatic Colors of #7AE6DF
Black with #7AE6DF
Text Example
Text Example
White with #7AE6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AE6DF; }
p { color: rgb(122,230,223); }
H1.HeaderClassName
{
color: #7AE6DF;
}
.AnyTagClassName
{
color: #7AE6DF;
}
</style>
background-color css
<style>
a { background-color: #7AE6DF; }
a { background-color: rgb(122,230,223); }
div.DivClassName
{
background-color: #7AE6DF;
}
.BgClassName
{
background-color: #7AE6DF;
}
</style>
border-color css
<style>
span { border-color: #7AE6DF; }
span { border-color: rgb(122,230,223); }
td.TdClassName
{
border-color: #7AE6DF;
}
.TagClassName
{
border-color: #7AE6DF;
}
</style>