Shades of Pale Turquoise #93F3E5
Tints of Pale Turquoise #93F3E5
RGB
CMYK
RGB Variations
Color information
#93F3E5 (or 0x93F3E5) is known color: Pale Turquoise. HEX triplet: 93, F3 and E5. RGB value is (147,243,229). Sum of RGB (Red+Green+Blue) = 147+243+229=619 (81% of max value = 765). Red value is 147 (57.81% from 255 or 23.75% from 619); Green value is 243 (95.31% from 255 or 39.26% from 619); Blue value is 229 (89.84% from 255 or 37.00% from 619); Max value from RGB is 243 - color contains mainly: green. Hex color #93F3E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93F3E5 is #6C0C1A. Grayscale: #D4D4D4. Windows color (decimal): -7080987 or 15070099. OLE color: 15070099.
HSL color Cylindrical-coordinate representation of color #93F3E5: hue angle of 171.25º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93F3E5 is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 147 | 243 | 229 | - |
| CMYK | 0.40 | 0 | 0.06 | 0.05 |
| HSL | 171.25º | 0.8% | 0.76% | - |
| HSV(B) | 171.25º | 0.4% | 0.95% | - |
| XYZ | 58.23 | 75.96 | 85.72 | - |
| YUV | 212.7 | 137.2 | 81.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 243 | 229 | 0.40 | 0 | 0.06 | 0.05 | 171.25 | 0.8 | 0.76 |
| Hex | 93 | F3 | E5 | 28 | 0 | 6 | 5 | AB | 50 | 4C |
| Octal | 223 | 363 | 345 | 50 | 0 | 6 | 5 | 253 | 120 | 114 |
| Binary | 10010011 | 11110011 | 11100101 | 101000 | 0 | 110 | 101 | 10101011 | 1010000 | 1001100 |
Color Harmonies of #93F3E5
Complementary color
Monochromatic Colors of #93F3E5
Black with #93F3E5
Text Example
Text Example
White with #93F3E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F3E5; }
p { color: rgb(147,243,229); }
H1.HeaderClassName
{
color: #93F3E5;
}
.AnyTagClassName
{
color: #93F3E5;
}
</style>
background-color css
<style>
a { background-color: #93F3E5; }
a { background-color: rgb(147,243,229); }
div.DivClassName
{
background-color: #93F3E5;
}
.BgClassName
{
background-color: #93F3E5;
}
</style>
border-color css
<style>
span { border-color: #93F3E5; }
span { border-color: rgb(147,243,229); }
td.TdClassName
{
border-color: #93F3E5;
}
.TagClassName
{
border-color: #93F3E5;
}
</style>