Shades of Turquoise Blue #7FDEEA
Tints of Turquoise Blue #7FDEEA
RGB
CMYK
RGB Variations
Color information
#7FDEEA (or 0x7FDEEA) is known color: Turquoise Blue. HEX triplet: 7F, DE and EA. RGB value is (127,222,234). Sum of RGB (Red+Green+Blue) = 127+222+234=583 (77% of max value = 765). Red value is 127 (50% from 255 or 21.78% from 583); Green value is 222 (87.11% from 255 or 38.08% from 583); Blue value is 234 (91.80% from 255 or 40.14% from 583); Max value from RGB is 234 - color contains mainly: blue. Hex color #7FDEEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FDEEA is #802115. Grayscale: #C2C2C2. Windows color (decimal): -8397078 or 15392383. OLE color: 15392383.
HSL color Cylindrical-coordinate representation of color #7FDEEA: hue angle of 186.73º 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 #7FDEEA is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 127 | 222 | 234 | - |
| CMYK | 0.46 | 0.05 | 0 | 0.08 |
| HSL | 186.73º | 0.72% | 0.71% | - |
| HSV(B) | 186.73º | 0.46% | 0.92% | - |
| XYZ | 49.72 | 62.7 | 87.32 | - |
| YUV | 194.96 | 150.03 | 79.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 222 | 234 | 0.46 | 0.05 | 0 | 0.08 | 186.73 | 0.72 | 0.71 |
| Hex | 7F | DE | EA | 2E | 5 | 0 | 8 | BB | 48 | 47 |
| Octal | 177 | 336 | 352 | 56 | 5 | 0 | 10 | 273 | 110 | 107 |
| Binary | 1111111 | 11011110 | 11101010 | 101110 | 101 | 0 | 1000 | 10111011 | 1001000 | 1000111 |
Color Harmonies of #7FDEEA
Complementary color
Monochromatic Colors of #7FDEEA
Black with #7FDEEA
Text Example
Text Example
White with #7FDEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDEEA; }
p { color: rgb(127,222,234); }
H1.HeaderClassName
{
color: #7FDEEA;
}
.AnyTagClassName
{
color: #7FDEEA;
}
</style>
background-color css
<style>
a { background-color: #7FDEEA; }
a { background-color: rgb(127,222,234); }
div.DivClassName
{
background-color: #7FDEEA;
}
.BgClassName
{
background-color: #7FDEEA;
}
</style>
border-color css
<style>
span { border-color: #7FDEEA; }
span { border-color: rgb(127,222,234); }
td.TdClassName
{
border-color: #7FDEEA;
}
.TagClassName
{
border-color: #7FDEEA;
}
</style>