Shades of Turquoise Blue #7ADFE7
Tints of Turquoise Blue #7ADFE7
RGB
CMYK
RGB Variations
Color information
#7ADFE7 (or 0x7ADFE7) is known color: Turquoise Blue. HEX triplet: 7A, DF and E7. RGB value is (122,223,231). Sum of RGB (Red+Green+Blue) = 122+223+231=576 (76% of max value = 765). Red value is 122 (48.05% from 255 or 21.18% from 576); Green value is 223 (87.5% from 255 or 38.72% from 576); Blue value is 231 (90.62% from 255 or 40.10% from 576); Max value from RGB is 231 - color contains mainly: blue. Hex color #7ADFE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ADFE7 is #852018. Grayscale: #C1C1C1. Windows color (decimal): -8724505 or 15196026. OLE color: 15196026.
HSL color Cylindrical-coordinate representation of color #7ADFE7: hue angle of 184.4º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7ADFE7 is Cyan = 0.47, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 122 | 223 | 231 | - |
| CMYK | 0.47 | 0.03 | 0 | 0.09 |
| HSL | 184.4º | 0.69% | 0.69% | - |
| HSV(B) | 184.4º | 0.47% | 0.91% | - |
| XYZ | 48.84 | 62.68 | 85.13 | - |
| YUV | 193.71 | 149.04 | 76.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 223 | 231 | 0.47 | 0.03 | 0 | 0.09 | 184.4 | 0.69 | 0.69 |
| Hex | 7A | DF | E7 | 2F | 3 | 0 | 9 | B8 | 45 | 45 |
| Octal | 172 | 337 | 347 | 57 | 3 | 0 | 11 | 270 | 105 | 105 |
| Binary | 1111010 | 11011111 | 11100111 | 101111 | 11 | 0 | 1001 | 10111000 | 1000101 | 1000101 |
Color Harmonies of #7ADFE7
Complementary color
Monochromatic Colors of #7ADFE7
Black with #7ADFE7
Text Example
Text Example
White with #7ADFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADFE7; }
p { color: rgb(122,223,231); }
H1.HeaderClassName
{
color: #7ADFE7;
}
.AnyTagClassName
{
color: #7ADFE7;
}
</style>
background-color css
<style>
a { background-color: #7ADFE7; }
a { background-color: rgb(122,223,231); }
div.DivClassName
{
background-color: #7ADFE7;
}
.BgClassName
{
background-color: #7ADFE7;
}
</style>
border-color css
<style>
span { border-color: #7ADFE7; }
span { border-color: rgb(122,223,231); }
td.TdClassName
{
border-color: #7ADFE7;
}
.TagClassName
{
border-color: #7ADFE7;
}
</style>