Shades of Pale Turquoise #98FFEA
Tints of Pale Turquoise #98FFEA
RGB
CMYK
RGB Variations
Color information
#98FFEA (or 0x98FFEA) is known color: Pale Turquoise. HEX triplet: 98, FF and EA. RGB value is (152,255,234). Sum of RGB (Red+Green+Blue) = 152+255+234=641 (84% of max value = 765). Red value is 152 (59.77% from 255 or 23.71% from 641); Green value is 255 (100% from 255 or 39.78% from 641); Blue value is 234 (91.80% from 255 or 36.51% from 641); Max value from RGB is 255 - color contains mainly: green. Hex color #98FFEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98FFEA is #670015. Grayscale: #DDDDDD. Windows color (decimal): -6750230 or 15400856. OLE color: 15400856.
HSL color Cylindrical-coordinate representation of color #98FFEA: hue angle of 167.77º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98FFEA is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 255 | 234 | - |
| CMYK | 0.40 | 0 | 0.08 | 0 |
| HSL | 167.77º | 1% | 0.8% | - |
| HSV(B) | 167.77º | 0.4% | 1% | - |
| XYZ | 63.56 | 84.14 | 90.73 | - |
| YUV | 221.81 | 134.88 | 78.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 255 | 234 | 0.40 | 0 | 0.08 | 0 | 167.77 | 1 | 0.8 |
| Hex | 98 | FF | EA | 28 | 0 | 8 | 0 | A8 | 64 | 50 |
| Octal | 230 | 377 | 352 | 50 | 0 | 10 | 0 | 250 | 144 | 120 |
| Binary | 10011000 | 11111111 | 11101010 | 101000 | 0 | 1000 | 0 | 10101000 | 1100100 | 1010000 |
Color Harmonies of #98FFEA
Complementary color
Monochromatic Colors of #98FFEA
Black with #98FFEA
Text Example
Text Example
White with #98FFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98FFEA; }
p { color: rgb(152,255,234); }
H1.HeaderClassName
{
color: #98FFEA;
}
.AnyTagClassName
{
color: #98FFEA;
}
</style>
background-color css
<style>
a { background-color: #98FFEA; }
a { background-color: rgb(152,255,234); }
div.DivClassName
{
background-color: #98FFEA;
}
.BgClassName
{
background-color: #98FFEA;
}
</style>
border-color css
<style>
span { border-color: #98FFEA; }
span { border-color: rgb(152,255,234); }
td.TdClassName
{
border-color: #98FFEA;
}
.TagClassName
{
border-color: #98FFEA;
}
</style>