Shades of Pale Turquoise #93FAEA
Tints of Pale Turquoise #93FAEA
RGB
CMYK
RGB Variations
Color information
#93FAEA (or 0x93FAEA) is known color: Pale Turquoise. HEX triplet: 93, FA and EA. RGB value is (147,250,234). Sum of RGB (Red+Green+Blue) = 147+250+234=631 (83% of max value = 765). Red value is 147 (57.81% from 255 or 23.30% from 631); Green value is 250 (98.05% from 255 or 39.62% from 631); Blue value is 234 (91.80% from 255 or 37.08% from 631); Max value from RGB is 250 - color contains mainly: green. Hex color #93FAEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93FAEA is #6C0515. Grayscale: #D9D9D9. Windows color (decimal): -7079190 or 15399571. OLE color: 15399571.
HSL color Cylindrical-coordinate representation of color #93FAEA: hue angle of 170.68º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93FAEA is Cyan = 0.41, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 147 | 250 | 234 | - |
| CMYK | 0.41 | 0 | 0.06 | 0.02 |
| HSL | 170.68º | 0.91% | 0.78% | - |
| HSV(B) | 170.68º | 0.41% | 0.98% | - |
| XYZ | 61.07 | 80.51 | 90.16 | - |
| YUV | 217.38 | 137.38 | 77.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 250 | 234 | 0.41 | 0 | 0.06 | 0.02 | 170.68 | 0.91 | 0.78 |
| Hex | 93 | FA | EA | 29 | 0 | 6 | 2 | AB | 5B | 4E |
| Octal | 223 | 372 | 352 | 51 | 0 | 6 | 2 | 253 | 133 | 116 |
| Binary | 10010011 | 11111010 | 11101010 | 101001 | 0 | 110 | 10 | 10101011 | 1011011 | 1001110 |
Color Harmonies of #93FAEA
Complementary color
Monochromatic Colors of #93FAEA
Black with #93FAEA
Text Example
Text Example
White with #93FAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93FAEA; }
p { color: rgb(147,250,234); }
H1.HeaderClassName
{
color: #93FAEA;
}
.AnyTagClassName
{
color: #93FAEA;
}
</style>
background-color css
<style>
a { background-color: #93FAEA; }
a { background-color: rgb(147,250,234); }
div.DivClassName
{
background-color: #93FAEA;
}
.BgClassName
{
background-color: #93FAEA;
}
</style>
border-color css
<style>
span { border-color: #93FAEA; }
span { border-color: rgb(147,250,234); }
td.TdClassName
{
border-color: #93FAEA;
}
.TagClassName
{
border-color: #93FAEA;
}
</style>