Shades of Turquoise Blue #7DDAEC
Tints of Turquoise Blue #7DDAEC
RGB
CMYK
RGB Variations
Color information
#7DDAEC (or 0x7DDAEC) is known color: Turquoise Blue. HEX triplet: 7D, DA and EC. RGB value is (125,218,236). Sum of RGB (Red+Green+Blue) = 125+218+236=579 (76% of max value = 765). Red value is 125 (49.22% from 255 or 21.59% from 579); Green value is 218 (85.55% from 255 or 37.65% from 579); Blue value is 236 (92.58% from 255 or 40.76% from 579); Max value from RGB is 236 - color contains mainly: blue. Hex color #7DDAEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DDAEC is #822513. Grayscale: #C0C0C0. Windows color (decimal): -8529172 or 15522429. OLE color: 15522429.
HSL color Cylindrical-coordinate representation of color #7DDAEC: hue angle of 189.73º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DDAEC is Cyan = 0.47, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 125 | 218 | 236 | - |
CMYK | 0.47 | 0.08 | 0 | 0.07 |
HSL | 189.73º | 0.74% | 0.71% | - |
HSV(B) | 189.73º | 0.47% | 0.93% | - |
XYZ | 48.67 | 60.56 | 88.48 | - |
YUV | 192.25 | 152.69 | 80.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 125 | 218 | 236 | 0.47 | 0.08 | 0 | 0.07 | 189.73 | 0.74 | 0.71 |
Hex | 7D | DA | EC | 2F | 8 | 0 | 7 | BE | 4A | 47 |
Octal | 175 | 332 | 354 | 57 | 10 | 0 | 7 | 276 | 112 | 107 |
Binary | 1111101 | 11011010 | 11101100 | 101111 | 1000 | 0 | 111 | 10111110 | 1001010 | 1000111 |
Color Harmonies of #7DDAEC
Complementary color
Monochromatic Colors of #7DDAEC
Black with #7DDAEC
Text Example
Text Example
White with #7DDAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDAEC; }
p { color: rgb(125,218,236); }
H1.HeaderClassName
{
color: #7DDAEC;
}
.AnyTagClassName
{
color: #7DDAEC;
}
</style>
background-color css
<style>
a { background-color: #7DDAEC; }
a { background-color: rgb(125,218,236); }
div.DivClassName
{
background-color: #7DDAEC;
}
.BgClassName
{
background-color: #7DDAEC;
}
</style>
border-color css
<style>
span { border-color: #7DDAEC; }
span { border-color: rgb(125,218,236); }
td.TdClassName
{
border-color: #7DDAEC;
}
.TagClassName
{
border-color: #7DDAEC;
}
</style>