Shades of Turquoise Blue #7FDDEA
Tints of Turquoise Blue #7FDDEA
RGB
CMYK
RGB Variations
Color information
#7FDDEA (or 0x7FDDEA) is known color: Turquoise Blue. HEX triplet: 7F, DD and EA. RGB value is (127,221,234). Sum of RGB (Red+Green+Blue) = 127+221+234=582 (77% of max value = 765). Red value is 127 (50% from 255 or 21.82% from 582); Green value is 221 (86.72% from 255 or 37.97% from 582); Blue value is 234 (91.80% from 255 or 40.21% from 582); Max value from RGB is 234 - color contains mainly: blue. Hex color #7FDDEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FDDEA is #802215. Grayscale: #C2C2C2. Windows color (decimal): -8397334 or 15392127. OLE color: 15392127.
HSL color Cylindrical-coordinate representation of color #7FDDEA: hue angle of 187.29º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7FDDEA is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 127 | 221 | 234 | - |
| CMYK | 0.46 | 0.06 | 0 | 0.08 |
| HSL | 187.29º | 0.72% | 0.71% | - |
| HSV(B) | 187.29º | 0.46% | 0.92% | - |
| XYZ | 49.46 | 62.17 | 87.23 | - |
| YUV | 194.38 | 150.36 | 79.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 221 | 234 | 0.46 | 0.06 | 0 | 0.08 | 187.29 | 0.72 | 0.71 |
| Hex | 7F | DD | EA | 2E | 6 | 0 | 8 | BB | 48 | 47 |
| Octal | 177 | 335 | 352 | 56 | 6 | 0 | 10 | 273 | 110 | 107 |
| Binary | 1111111 | 11011101 | 11101010 | 101110 | 110 | 0 | 1000 | 10111011 | 1001000 | 1000111 |
Color Harmonies of #7FDDEA
Complementary color
Monochromatic Colors of #7FDDEA
Black with #7FDDEA
Text Example
Text Example
White with #7FDDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDDEA; }
p { color: rgb(127,221,234); }
H1.HeaderClassName
{
color: #7FDDEA;
}
.AnyTagClassName
{
color: #7FDDEA;
}
</style>
background-color css
<style>
a { background-color: #7FDDEA; }
a { background-color: rgb(127,221,234); }
div.DivClassName
{
background-color: #7FDDEA;
}
.BgClassName
{
background-color: #7FDDEA;
}
</style>
border-color css
<style>
span { border-color: #7FDDEA; }
span { border-color: rgb(127,221,234); }
td.TdClassName
{
border-color: #7FDDEA;
}
.TagClassName
{
border-color: #7FDDEA;
}
</style>