Shades of Turquoise Blue #7DEAEB
Tints of Turquoise Blue #7DEAEB
RGB
CMYK
RGB Variations
Color information
#7DEAEB (or 0x7DEAEB) is known color: Turquoise Blue. HEX triplet: 7D, EA and EB. RGB value is (125,234,235). Sum of RGB (Red+Green+Blue) = 125+234+235=594 (78% of max value = 765). Red value is 125 (49.22% from 255 or 21.04% from 594); Green value is 234 (91.80% from 255 or 39.39% from 594); Blue value is 235 (92.19% from 255 or 39.56% from 594); Max value from RGB is 235 - color contains mainly: blue. Hex color #7DEAEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DEAEB is #821514. Grayscale: #C9C9C9. Windows color (decimal): -8525077 or 15460989. OLE color: 15460989.
HSL color Cylindrical-coordinate representation of color #7DEAEB: hue angle of 180.55º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DEAEB is Cyan = 0.47, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 125 | 234 | 235 | - |
| CMYK | 0.47 | 0.00 | 0 | 0.08 |
| HSL | 180.55º | 0.73% | 0.71% | - |
| HSV(B) | 180.55º | 0.47% | 0.92% | - |
| XYZ | 52.88 | 69.2 | 89.17 | - |
| YUV | 201.52 | 146.89 | 73.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 234 | 235 | 0.47 | 0.00 | 0 | 0.08 | 180.55 | 0.73 | 0.71 |
| Hex | 7D | EA | EB | 2F | 0 | 0 | 8 | B5 | 49 | 47 |
| Octal | 175 | 352 | 353 | 57 | 0 | 0 | 10 | 265 | 111 | 107 |
| Binary | 1111101 | 11101010 | 11101011 | 101111 | 0 | 0 | 1000 | 10110101 | 1001001 | 1000111 |
Color Harmonies of #7DEAEB
Complementary color
Monochromatic Colors of #7DEAEB
Black with #7DEAEB
Text Example
Text Example
White with #7DEAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DEAEB; }
p { color: rgb(125,234,235); }
H1.HeaderClassName
{
color: #7DEAEB;
}
.AnyTagClassName
{
color: #7DEAEB;
}
</style>
background-color css
<style>
a { background-color: #7DEAEB; }
a { background-color: rgb(125,234,235); }
div.DivClassName
{
background-color: #7DEAEB;
}
.BgClassName
{
background-color: #7DEAEB;
}
</style>
border-color css
<style>
span { border-color: #7DEAEB; }
span { border-color: rgb(125,234,235); }
td.TdClassName
{
border-color: #7DEAEB;
}
.TagClassName
{
border-color: #7DEAEB;
}
</style>