Shades of Pale Turquoise #93F6E8
Tints of Pale Turquoise #93F6E8
RGB
CMYK
RGB Variations
Color information
#93F6E8 (or 0x93F6E8) is known color: Pale Turquoise. HEX triplet: 93, F6 and E8. RGB value is (147,246,232). Sum of RGB (Red+Green+Blue) = 147+246+232=625 (82% of max value = 765). Red value is 147 (57.81% from 255 or 23.52% from 625); Green value is 246 (96.48% from 255 or 39.36% from 625); Blue value is 232 (91.02% from 255 or 37.12% from 625); Max value from RGB is 246 - color contains mainly: green. Hex color #93F6E8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93F6E8 is #6C0917. Grayscale: #D6D6D6. Windows color (decimal): -7080216 or 15267475. OLE color: 15267475.
HSL color Cylindrical-coordinate representation of color #93F6E8: hue angle of 171.52º degrees, saturation: 0.85, 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 #93F6E8 is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 147 | 246 | 232 | - |
| CMYK | 0.40 | 0 | 0.06 | 0.04 |
| HSL | 171.52º | 0.85% | 0.77% | - |
| HSV(B) | 171.52º | 0.4% | 0.96% | - |
| XYZ | 59.55 | 77.94 | 88.25 | - |
| YUV | 214.8 | 137.7 | 79.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 246 | 232 | 0.40 | 0 | 0.06 | 0.04 | 171.52 | 0.85 | 0.77 |
| Hex | 93 | F6 | E8 | 28 | 0 | 6 | 4 | AC | 55 | 4D |
| Octal | 223 | 366 | 350 | 50 | 0 | 6 | 4 | 254 | 125 | 115 |
| Binary | 10010011 | 11110110 | 11101000 | 101000 | 0 | 110 | 100 | 10101100 | 1010101 | 1001101 |
Color Harmonies of #93F6E8
Complementary color
Monochromatic Colors of #93F6E8
Black with #93F6E8
Text Example
Text Example
White with #93F6E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F6E8; }
p { color: rgb(147,246,232); }
H1.HeaderClassName
{
color: #93F6E8;
}
.AnyTagClassName
{
color: #93F6E8;
}
</style>
background-color css
<style>
a { background-color: #93F6E8; }
a { background-color: rgb(147,246,232); }
div.DivClassName
{
background-color: #93F6E8;
}
.BgClassName
{
background-color: #93F6E8;
}
</style>
border-color css
<style>
span { border-color: #93F6E8; }
span { border-color: rgb(147,246,232); }
td.TdClassName
{
border-color: #93F6E8;
}
.TagClassName
{
border-color: #93F6E8;
}
</style>