Shades of Turquoise Blue #7FDEEC
Tints of Turquoise Blue #7FDEEC
RGB
CMYK
RGB Variations
Color information
#7FDEEC (or 0x7FDEEC) is known color: Turquoise Blue. HEX triplet: 7F, DE and EC. RGB value is (127,222,236). Sum of RGB (Red+Green+Blue) = 127+222+236=585 (77% of max value = 765). Red value is 127 (50% from 255 or 21.71% from 585); Green value is 222 (87.11% from 255 or 37.95% from 585); Blue value is 236 (92.58% from 255 or 40.34% from 585); Max value from RGB is 236 - color contains mainly: blue. Hex color #7FDEEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FDEEC is #802113. Grayscale: #C3C3C3. Windows color (decimal): -8397076 or 15523455. OLE color: 15523455.
HSL color Cylindrical-coordinate representation of color #7FDEEC: hue angle of 187.71º 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 #7FDEEC is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 222 | 236 | - |
| CMYK | 0.46 | 0.06 | 0 | 0.07 |
| HSL | 187.71º | 0.74% | 0.71% | - |
| HSV(B) | 187.71º | 0.46% | 0.93% | - |
| XYZ | 50.01 | 62.81 | 88.84 | - |
| YUV | 195.19 | 151.03 | 79.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 222 | 236 | 0.46 | 0.06 | 0 | 0.07 | 187.71 | 0.74 | 0.71 |
| Hex | 7F | DE | EC | 2E | 6 | 0 | 7 | BC | 4A | 47 |
| Octal | 177 | 336 | 354 | 56 | 6 | 0 | 7 | 274 | 112 | 107 |
| Binary | 1111111 | 11011110 | 11101100 | 101110 | 110 | 0 | 111 | 10111100 | 1001010 | 1000111 |
Color Harmonies of #7FDEEC
Complementary color
Monochromatic Colors of #7FDEEC
Black with #7FDEEC
Text Example
Text Example
White with #7FDEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDEEC; }
p { color: rgb(127,222,236); }
H1.HeaderClassName
{
color: #7FDEEC;
}
.AnyTagClassName
{
color: #7FDEEC;
}
</style>
background-color css
<style>
a { background-color: #7FDEEC; }
a { background-color: rgb(127,222,236); }
div.DivClassName
{
background-color: #7FDEEC;
}
.BgClassName
{
background-color: #7FDEEC;
}
</style>
border-color css
<style>
span { border-color: #7FDEEC; }
span { border-color: rgb(127,222,236); }
td.TdClassName
{
border-color: #7FDEEC;
}
.TagClassName
{
border-color: #7FDEEC;
}
</style>