Shades of Pale Turquoise #93F0E4
Tints of Pale Turquoise #93F0E4
RGB
CMYK
RGB Variations
Color information
#93F0E4 (or 0x93F0E4) is known color: Pale Turquoise. HEX triplet: 93, F0 and E4. RGB value is (147,240,228). Sum of RGB (Red+Green+Blue) = 147+240+228=615 (81% of max value = 765). Red value is 147 (57.81% from 255 or 23.90% from 615); Green value is 240 (94.14% from 255 or 39.02% from 615); Blue value is 228 (89.45% from 255 or 37.07% from 615); Max value from RGB is 240 - color contains mainly: green. Hex color #93F0E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93F0E4 is #6C0F1B. Grayscale: #D2D2D2. Windows color (decimal): -7081756 or 15003795. OLE color: 15003795.
HSL color Cylindrical-coordinate representation of color #93F0E4: hue angle of 172.26º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93F0E4 is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 147 | 240 | 228 | - |
| CMYK | 0.39 | 0 | 0.05 | 0.06 |
| HSL | 172.26º | 0.76% | 0.76% | - |
| HSV(B) | 172.26º | 0.39% | 0.94% | - |
| XYZ | 57.2 | 74.12 | 84.69 | - |
| YUV | 210.83 | 137.69 | 82.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 240 | 228 | 0.39 | 0 | 0.05 | 0.06 | 172.26 | 0.76 | 0.76 |
| Hex | 93 | F0 | E4 | 27 | 0 | 5 | 6 | AC | 4C | 4C |
| Octal | 223 | 360 | 344 | 47 | 0 | 5 | 6 | 254 | 114 | 114 |
| Binary | 10010011 | 11110000 | 11100100 | 100111 | 0 | 101 | 110 | 10101100 | 1001100 | 1001100 |
Color Harmonies of #93F0E4
Complementary color
Monochromatic Colors of #93F0E4
Black with #93F0E4
Text Example
Text Example
White with #93F0E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F0E4; }
p { color: rgb(147,240,228); }
H1.HeaderClassName
{
color: #93F0E4;
}
.AnyTagClassName
{
color: #93F0E4;
}
</style>
background-color css
<style>
a { background-color: #93F0E4; }
a { background-color: rgb(147,240,228); }
div.DivClassName
{
background-color: #93F0E4;
}
.BgClassName
{
background-color: #93F0E4;
}
</style>
border-color css
<style>
span { border-color: #93F0E4; }
span { border-color: rgb(147,240,228); }
td.TdClassName
{
border-color: #93F0E4;
}
.TagClassName
{
border-color: #93F0E4;
}
</style>