Shades of Pale Turquoise #93F7EC
Tints of Pale Turquoise #93F7EC
RGB
CMYK
RGB Variations
Color information
#93F7EC (or 0x93F7EC) is known color: Pale Turquoise. HEX triplet: 93, F7 and EC. RGB value is (147,247,236). Sum of RGB (Red+Green+Blue) = 147+247+236=630 (83% of max value = 765). Red value is 147 (57.81% from 255 or 23.33% from 630); Green value is 247 (96.88% from 255 or 39.21% from 630); Blue value is 236 (92.58% from 255 or 37.46% from 630); Max value from RGB is 247 - color contains mainly: green. Hex color #93F7EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93F7EC is #6C0813. Grayscale: #D7D7D7. Windows color (decimal): -7079956 or 15529875. OLE color: 15529875.
HSL color Cylindrical-coordinate representation of color #93F7EC: hue angle of 173.4º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93F7EC is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 147 | 247 | 236 | - |
| CMYK | 0.40 | 0 | 0.04 | 0.03 |
| HSL | 173.4º | 0.86% | 0.77% | - |
| HSV(B) | 173.4º | 0.4% | 0.97% | - |
| XYZ | 60.43 | 78.78 | 91.38 | - |
| YUV | 215.85 | 139.37 | 78.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 247 | 236 | 0.40 | 0 | 0.04 | 0.03 | 173.4 | 0.86 | 0.77 |
| Hex | 93 | F7 | EC | 28 | 0 | 4 | 3 | AD | 56 | 4D |
| Octal | 223 | 367 | 354 | 50 | 0 | 4 | 3 | 255 | 126 | 115 |
| Binary | 10010011 | 11110111 | 11101100 | 101000 | 0 | 100 | 11 | 10101101 | 1010110 | 1001101 |
Color Harmonies of #93F7EC
Complementary color
Monochromatic Colors of #93F7EC
Black with #93F7EC
Text Example
Text Example
White with #93F7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F7EC; }
p { color: rgb(147,247,236); }
H1.HeaderClassName
{
color: #93F7EC;
}
.AnyTagClassName
{
color: #93F7EC;
}
</style>
background-color css
<style>
a { background-color: #93F7EC; }
a { background-color: rgb(147,247,236); }
div.DivClassName
{
background-color: #93F7EC;
}
.BgClassName
{
background-color: #93F7EC;
}
</style>
border-color css
<style>
span { border-color: #93F7EC; }
span { border-color: rgb(147,247,236); }
td.TdClassName
{
border-color: #93F7EC;
}
.TagClassName
{
border-color: #93F7EC;
}
</style>