Shades of Turquoise Blue #7DEBE4
Tints of Turquoise Blue #7DEBE4
RGB
CMYK
RGB Variations
Color information
#7DEBE4 (or 0x7DEBE4) is known color: Turquoise Blue. HEX triplet: 7D, EB and E4. RGB value is (125,235,228). Sum of RGB (Red+Green+Blue) = 125+235+228=588 (77% of max value = 765). Red value is 125 (49.22% from 255 or 21.26% from 588); Green value is 235 (92.19% from 255 or 39.97% from 588); Blue value is 228 (89.45% from 255 or 38.78% from 588); Max value from RGB is 235 - color contains mainly: green. Hex color #7DEBE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DEBE4 is #82141B. Grayscale: #C9C9C9. Windows color (decimal): -8524828 or 15002493. OLE color: 15002493.
HSL color Cylindrical-coordinate representation of color #7DEBE4: hue angle of 176.18º 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 #7DEBE4 is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 125 | 235 | 228 | - |
| CMYK | 0.47 | 0 | 0.03 | 0.08 |
| HSL | 176.18º | 0.73% | 0.71% | - |
| HSV(B) | 176.18º | 0.47% | 0.92% | - |
| XYZ | 52.17 | 69.38 | 84.04 | - |
| YUV | 201.31 | 143.06 | 73.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 235 | 228 | 0.47 | 0 | 0.03 | 0.08 | 176.18 | 0.73 | 0.71 |
| Hex | 7D | EB | E4 | 2F | 0 | 3 | 8 | B0 | 49 | 47 |
| Octal | 175 | 353 | 344 | 57 | 0 | 3 | 10 | 260 | 111 | 107 |
| Binary | 1111101 | 11101011 | 11100100 | 101111 | 0 | 11 | 1000 | 10110000 | 1001001 | 1000111 |
Color Harmonies of #7DEBE4
Complementary color
Monochromatic Colors of #7DEBE4
Black with #7DEBE4
Text Example
Text Example
White with #7DEBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DEBE4; }
p { color: rgb(125,235,228); }
H1.HeaderClassName
{
color: #7DEBE4;
}
.AnyTagClassName
{
color: #7DEBE4;
}
</style>
background-color css
<style>
a { background-color: #7DEBE4; }
a { background-color: rgb(125,235,228); }
div.DivClassName
{
background-color: #7DEBE4;
}
.BgClassName
{
background-color: #7DEBE4;
}
</style>
border-color css
<style>
span { border-color: #7DEBE4; }
span { border-color: rgb(125,235,228); }
td.TdClassName
{
border-color: #7DEBE4;
}
.TagClassName
{
border-color: #7DEBE4;
}
</style>