Shades of Pale Turquoise #98FFEC
Tints of Pale Turquoise #98FFEC
RGB
CMYK
RGB Variations
Color information
#98FFEC (or 0x98FFEC) is known color: Pale Turquoise. HEX triplet: 98, FF and EC. RGB value is (152,255,236). Sum of RGB (Red+Green+Blue) = 152+255+236=643 (85% of max value = 765). Red value is 152 (59.77% from 255 or 23.64% from 643); Green value is 255 (100% from 255 or 39.66% from 643); Blue value is 236 (92.58% from 255 or 36.70% from 643); Max value from RGB is 255 - color contains mainly: green. Hex color #98FFEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98FFEC is #670013. Grayscale: #DEDEDE. Windows color (decimal): -6750228 or 15531928. OLE color: 15531928.
HSL color Cylindrical-coordinate representation of color #98FFEC: hue angle of 168.93º 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 #98FFEC is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 255 | 236 | - |
| CMYK | 0.40 | 0 | 0.07 | 0 |
| HSL | 168.93º | 1% | 0.8% | - |
| HSV(B) | 168.93º | 0.4% | 1% | - |
| XYZ | 63.85 | 84.25 | 92.25 | - |
| YUV | 222.04 | 135.88 | 78.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 255 | 236 | 0.40 | 0 | 0.07 | 0 | 168.93 | 1 | 0.8 |
| Hex | 98 | FF | EC | 28 | 0 | 7 | 0 | A9 | 64 | 50 |
| Octal | 230 | 377 | 354 | 50 | 0 | 7 | 0 | 251 | 144 | 120 |
| Binary | 10011000 | 11111111 | 11101100 | 101000 | 0 | 111 | 0 | 10101001 | 1100100 | 1010000 |
Color Harmonies of #98FFEC
Complementary color
Monochromatic Colors of #98FFEC
Black with #98FFEC
Text Example
Text Example
White with #98FFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98FFEC; }
p { color: rgb(152,255,236); }
H1.HeaderClassName
{
color: #98FFEC;
}
.AnyTagClassName
{
color: #98FFEC;
}
</style>
background-color css
<style>
a { background-color: #98FFEC; }
a { background-color: rgb(152,255,236); }
div.DivClassName
{
background-color: #98FFEC;
}
.BgClassName
{
background-color: #98FFEC;
}
</style>
border-color css
<style>
span { border-color: #98FFEC; }
span { border-color: rgb(152,255,236); }
td.TdClassName
{
border-color: #98FFEC;
}
.TagClassName
{
border-color: #98FFEC;
}
</style>