Shades of Pale Turquoise #93F7ED
Tints of Pale Turquoise #93F7ED
RGB
CMYK
RGB Variations
Color information
#93F7ED (or 0x93F7ED) is known color: Pale Turquoise. HEX triplet: 93, F7 and ED. RGB value is (147,247,237). Sum of RGB (Red+Green+Blue) = 147+247+237=631 (83% of max value = 765). Red value is 147 (57.81% from 255 or 23.30% from 631); Green value is 247 (96.88% from 255 or 39.14% from 631); Blue value is 237 (92.97% from 255 or 37.56% from 631); Max value from RGB is 247 - color contains mainly: green. Hex color #93F7ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93F7ED is #6C0812. Grayscale: #D7D7D7. Windows color (decimal): -7079955 or 15595411. OLE color: 15595411.
HSL color Cylindrical-coordinate representation of color #93F7ED: hue angle of 174º 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 #93F7ED is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 147 | 247 | 237 | - |
| CMYK | 0.40 | 0 | 0.04 | 0.03 |
| HSL | 174º | 0.86% | 0.77% | - |
| HSV(B) | 174º | 0.4% | 0.97% | - |
| XYZ | 60.58 | 78.84 | 92.15 | - |
| YUV | 215.96 | 139.87 | 78.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 247 | 237 | 0.40 | 0 | 0.04 | 0.03 | 174 | 0.86 | 0.77 |
| Hex | 93 | F7 | ED | 28 | 0 | 4 | 3 | AE | 56 | 4D |
| Octal | 223 | 367 | 355 | 50 | 0 | 4 | 3 | 256 | 126 | 115 |
| Binary | 10010011 | 11110111 | 11101101 | 101000 | 0 | 100 | 11 | 10101110 | 1010110 | 1001101 |
Color Harmonies of #93F7ED
Complementary color
Monochromatic Colors of #93F7ED
Black with #93F7ED
Text Example
Text Example
White with #93F7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F7ED; }
p { color: rgb(147,247,237); }
H1.HeaderClassName
{
color: #93F7ED;
}
.AnyTagClassName
{
color: #93F7ED;
}
</style>
background-color css
<style>
a { background-color: #93F7ED; }
a { background-color: rgb(147,247,237); }
div.DivClassName
{
background-color: #93F7ED;
}
.BgClassName
{
background-color: #93F7ED;
}
</style>
border-color css
<style>
span { border-color: #93F7ED; }
span { border-color: rgb(147,247,237); }
td.TdClassName
{
border-color: #93F7ED;
}
.TagClassName
{
border-color: #93F7ED;
}
</style>