Shades of Turquoise Blue #7FDDEC
Tints of Turquoise Blue #7FDDEC
RGB
CMYK
RGB Variations
Color information
#7FDDEC (or 0x7FDDEC) is known color: Turquoise Blue. HEX triplet: 7F, DD and EC. RGB value is (127,221,236). Sum of RGB (Red+Green+Blue) = 127+221+236=584 (77% of max value = 765). Red value is 127 (50% from 255 or 21.75% from 584); Green value is 221 (86.72% from 255 or 37.84% from 584); Blue value is 236 (92.58% from 255 or 40.41% from 584); Max value from RGB is 236 - color contains mainly: blue. Hex color #7FDDEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FDDEC is #802213. Grayscale: #C2C2C2. Windows color (decimal): -8397332 or 15523199. OLE color: 15523199.
HSL color Cylindrical-coordinate representation of color #7FDDEC: hue angle of 188.26º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7FDDEC is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 221 | 236 | - |
| CMYK | 0.46 | 0.06 | 0 | 0.07 |
| HSL | 188.26º | 0.74% | 0.71% | - |
| HSV(B) | 188.26º | 0.46% | 0.93% | - |
| XYZ | 49.75 | 62.28 | 88.76 | - |
| YUV | 194.6 | 151.36 | 79.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 221 | 236 | 0.46 | 0.06 | 0 | 0.07 | 188.26 | 0.74 | 0.71 |
| Hex | 7F | DD | EC | 2E | 6 | 0 | 7 | BC | 4A | 47 |
| Octal | 177 | 335 | 354 | 56 | 6 | 0 | 7 | 274 | 112 | 107 |
| Binary | 1111111 | 11011101 | 11101100 | 101110 | 110 | 0 | 111 | 10111100 | 1001010 | 1000111 |
Color Harmonies of #7FDDEC
Complementary color
Monochromatic Colors of #7FDDEC
Black with #7FDDEC
Text Example
Text Example
White with #7FDDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDDEC; }
p { color: rgb(127,221,236); }
H1.HeaderClassName
{
color: #7FDDEC;
}
.AnyTagClassName
{
color: #7FDDEC;
}
</style>
background-color css
<style>
a { background-color: #7FDDEC; }
a { background-color: rgb(127,221,236); }
div.DivClassName
{
background-color: #7FDDEC;
}
.BgClassName
{
background-color: #7FDDEC;
}
</style>
border-color css
<style>
span { border-color: #7FDDEC; }
span { border-color: rgb(127,221,236); }
td.TdClassName
{
border-color: #7FDDEC;
}
.TagClassName
{
border-color: #7FDDEC;
}
</style>