Shades of Turquoise Blue #7FDFEC
Tints of Turquoise Blue #7FDFEC
RGB
CMYK
RGB Variations
Color information
#7FDFEC (or 0x7FDFEC) is known color: Turquoise Blue. HEX triplet: 7F, DF and EC. RGB value is (127,223,236). Sum of RGB (Red+Green+Blue) = 127+223+236=586 (77% of max value = 765). Red value is 127 (50% from 255 or 21.67% from 586); Green value is 223 (87.5% from 255 or 38.05% from 586); Blue value is 236 (92.58% from 255 or 40.27% from 586); Max value from RGB is 236 - color contains mainly: blue. Hex color #7FDFEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FDFEC is #802013. Grayscale: #C3C3C3. Windows color (decimal): -8396820 or 15523711. OLE color: 15523711.
HSL color Cylindrical-coordinate representation of color #7FDFEC: hue angle of 187.16º 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 #7FDFEC is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 223 | 236 | - |
| CMYK | 0.46 | 0.06 | 0 | 0.07 |
| HSL | 187.16º | 0.74% | 0.71% | - |
| HSV(B) | 187.16º | 0.46% | 0.93% | - |
| XYZ | 50.28 | 63.34 | 88.93 | - |
| YUV | 195.78 | 150.7 | 78.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 223 | 236 | 0.46 | 0.06 | 0 | 0.07 | 187.16 | 0.74 | 0.71 |
| Hex | 7F | DF | EC | 2E | 6 | 0 | 7 | BB | 4A | 47 |
| Octal | 177 | 337 | 354 | 56 | 6 | 0 | 7 | 273 | 112 | 107 |
| Binary | 1111111 | 11011111 | 11101100 | 101110 | 110 | 0 | 111 | 10111011 | 1001010 | 1000111 |
Color Harmonies of #7FDFEC
Complementary color
Monochromatic Colors of #7FDFEC
Black with #7FDFEC
Text Example
Text Example
White with #7FDFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDFEC; }
p { color: rgb(127,223,236); }
H1.HeaderClassName
{
color: #7FDFEC;
}
.AnyTagClassName
{
color: #7FDFEC;
}
</style>
background-color css
<style>
a { background-color: #7FDFEC; }
a { background-color: rgb(127,223,236); }
div.DivClassName
{
background-color: #7FDFEC;
}
.BgClassName
{
background-color: #7FDFEC;
}
</style>
border-color css
<style>
span { border-color: #7FDFEC; }
span { border-color: rgb(127,223,236); }
td.TdClassName
{
border-color: #7FDFEC;
}
.TagClassName
{
border-color: #7FDFEC;
}
</style>