Shades of Turquoise Blue #7FE1DD
Tints of Turquoise Blue #7FE1DD
RGB
CMYK
RGB Variations
Color information
#7FE1DD (or 0x7FE1DD) is known color: Turquoise Blue. HEX triplet: 7F, E1 and DD. RGB value is (127,225,221). Sum of RGB (Red+Green+Blue) = 127+225+221=573 (75% of max value = 765). Red value is 127 (50% from 255 or 22.16% from 573); Green value is 225 (88.28% from 255 or 39.27% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 225 - color contains mainly: green. Hex color #7FE1DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FE1DD is #801E22. Grayscale: #C3C3C3. Windows color (decimal): -8396323 or 14541183. OLE color: 14541183.
HSL color Cylindrical-coordinate representation of color #7FE1DD: hue angle of 177.55º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7FE1DD is Cyan = 0.44, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 127 | 225 | 221 | - |
| CMYK | 0.44 | 0 | 0.02 | 0.12 |
| HSL | 177.55º | 0.62% | 0.69% | - |
| HSV(B) | 177.55º | 0.44% | 0.88% | - |
| XYZ | 48.73 | 63.58 | 78.11 | - |
| YUV | 195.24 | 142.53 | 79.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 225 | 221 | 0.44 | 0 | 0.02 | 0.12 | 177.55 | 0.62 | 0.69 |
| Hex | 7F | E1 | DD | 2C | 0 | 2 | C | B2 | 3E | 45 |
| Octal | 177 | 341 | 335 | 54 | 0 | 2 | 14 | 262 | 76 | 105 |
| Binary | 1111111 | 11100001 | 11011101 | 101100 | 0 | 10 | 1100 | 10110010 | 111110 | 1000101 |
Color Harmonies of #7FE1DD
Complementary color
Monochromatic Colors of #7FE1DD
Black with #7FE1DD
Text Example
Text Example
White with #7FE1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE1DD; }
p { color: rgb(127,225,221); }
H1.HeaderClassName
{
color: #7FE1DD;
}
.AnyTagClassName
{
color: #7FE1DD;
}
</style>
background-color css
<style>
a { background-color: #7FE1DD; }
a { background-color: rgb(127,225,221); }
div.DivClassName
{
background-color: #7FE1DD;
}
.BgClassName
{
background-color: #7FE1DD;
}
</style>
border-color css
<style>
span { border-color: #7FE1DD; }
span { border-color: rgb(127,225,221); }
td.TdClassName
{
border-color: #7FE1DD;
}
.TagClassName
{
border-color: #7FE1DD;
}
</style>