Shades of Pale Turquoise #98FEED
Tints of Pale Turquoise #98FEED
RGB
CMYK
RGB Variations
Color information
#98FEED (or 0x98FEED) is known color: Pale Turquoise. HEX triplet: 98, FE and ED. RGB value is (152,254,237). Sum of RGB (Red+Green+Blue) = 152+254+237=643 (85% of max value = 765). Red value is 152 (59.77% from 255 or 23.64% from 643); Green value is 254 (99.61% from 255 or 39.50% from 643); Blue value is 237 (92.97% from 255 or 36.86% from 643); Max value from RGB is 254 - color contains mainly: green. Hex color #98FEED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98FEED is #670112. Grayscale: #DDDDDD. Windows color (decimal): -6750483 or 15597208. OLE color: 15597208.
HSL color Cylindrical-coordinate representation of color #98FEED: hue angle of 170º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98FEED is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 152 | 254 | 237 | - |
| CMYK | 0.40 | 0 | 0.07 | 0.00 |
| HSL | 170º | 0.98% | 0.8% | - |
| HSV(B) | 170º | 0.4% | 1% | - |
| XYZ | 63.68 | 83.67 | 92.92 | - |
| YUV | 221.56 | 136.71 | 78.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 254 | 237 | 0.40 | 0 | 0.07 | 0.00 | 170 | 0.98 | 0.8 |
| Hex | 98 | FE | ED | 28 | 0 | 7 | 0 | AA | 62 | 50 |
| Octal | 230 | 376 | 355 | 50 | 0 | 7 | 0 | 252 | 142 | 120 |
| Binary | 10011000 | 11111110 | 11101101 | 101000 | 0 | 111 | 0 | 10101010 | 1100010 | 1010000 |
Color Harmonies of #98FEED
Complementary color
Monochromatic Colors of #98FEED
Black with #98FEED
Text Example
Text Example
White with #98FEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98FEED; }
p { color: rgb(152,254,237); }
H1.HeaderClassName
{
color: #98FEED;
}
.AnyTagClassName
{
color: #98FEED;
}
</style>
background-color css
<style>
a { background-color: #98FEED; }
a { background-color: rgb(152,254,237); }
div.DivClassName
{
background-color: #98FEED;
}
.BgClassName
{
background-color: #98FEED;
}
</style>
border-color css
<style>
span { border-color: #98FEED; }
span { border-color: rgb(152,254,237); }
td.TdClassName
{
border-color: #98FEED;
}
.TagClassName
{
border-color: #98FEED;
}
</style>