Shades of Pale Turquoise #93F5E7
Tints of Pale Turquoise #93F5E7
RGB
CMYK
RGB Variations
Color information
#93F5E7 (or 0x93F5E7) is known color: Pale Turquoise. HEX triplet: 93, F5 and E7. RGB value is (147,245,231). Sum of RGB (Red+Green+Blue) = 147+245+231=623 (82% of max value = 765). Red value is 147 (57.81% from 255 or 23.60% from 623); Green value is 245 (96.09% from 255 or 39.33% from 623); Blue value is 231 (90.62% from 255 or 37.08% from 623); Max value from RGB is 245 - color contains mainly: green. Hex color #93F5E7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93F5E7 is #6C0A18. Grayscale: #D6D6D6. Windows color (decimal): -7080473 or 15201683. OLE color: 15201683.
HSL color Cylindrical-coordinate representation of color #93F5E7: hue angle of 171.43º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93F5E7 is Cyan = 0.4, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 147 | 245 | 231 | - |
| CMYK | 0.4 | 0 | 0.06 | 0.04 |
| HSL | 171.43º | 0.83% | 0.77% | - |
| HSV(B) | 171.43º | 0.4% | 0.96% | - |
| XYZ | 59.11 | 77.28 | 87.4 | - |
| YUV | 214.1 | 137.53 | 80.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 245 | 231 | 0.4 | 0 | 0.06 | 0.04 | 171.43 | 0.83 | 0.77 |
| Hex | 93 | F5 | E7 | 28 | 0 | 6 | 4 | AB | 53 | 4D |
| Octal | 223 | 365 | 347 | 50 | 0 | 6 | 4 | 253 | 123 | 115 |
| Binary | 10010011 | 11110101 | 11100111 | 101000 | 0 | 110 | 100 | 10101011 | 1010011 | 1001101 |
Color Harmonies of #93F5E7
Complementary color
Monochromatic Colors of #93F5E7
Black with #93F5E7
Text Example
Text Example
White with #93F5E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F5E7; }
p { color: rgb(147,245,231); }
H1.HeaderClassName
{
color: #93F5E7;
}
.AnyTagClassName
{
color: #93F5E7;
}
</style>
background-color css
<style>
a { background-color: #93F5E7; }
a { background-color: rgb(147,245,231); }
div.DivClassName
{
background-color: #93F5E7;
}
.BgClassName
{
background-color: #93F5E7;
}
</style>
border-color css
<style>
span { border-color: #93F5E7; }
span { border-color: rgb(147,245,231); }
td.TdClassName
{
border-color: #93F5E7;
}
.TagClassName
{
border-color: #93F5E7;
}
</style>