Shades of Pale Turquoise #98FDEA
Tints of Pale Turquoise #98FDEA
RGB
CMYK
RGB Variations
Color information
#98FDEA (or 0x98FDEA) is known color: Pale Turquoise. HEX triplet: 98, FD and EA. RGB value is (152,253,234). Sum of RGB (Red+Green+Blue) = 152+253+234=639 (84% of max value = 765). Red value is 152 (59.77% from 255 or 23.79% from 639); Green value is 253 (99.22% from 255 or 39.59% from 639); Blue value is 234 (91.80% from 255 or 36.62% from 639); Max value from RGB is 253 - color contains mainly: green. Hex color #98FDEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98FDEA is #670215. Grayscale: #DCDCDC. Windows color (decimal): -6750742 or 15400344. OLE color: 15400344.
HSL color Cylindrical-coordinate representation of color #98FDEA: hue angle of 168.71º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98FDEA is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 152 | 253 | 234 | - |
| CMYK | 0.40 | 0 | 0.08 | 0.01 |
| HSL | 168.71º | 0.96% | 0.79% | - |
| HSV(B) | 168.71º | 0.4% | 0.99% | - |
| XYZ | 62.93 | 82.87 | 90.52 | - |
| YUV | 220.64 | 135.54 | 79.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 253 | 234 | 0.40 | 0 | 0.08 | 0.01 | 168.71 | 0.96 | 0.79 |
| Hex | 98 | FD | EA | 28 | 0 | 8 | 1 | A9 | 60 | 4F |
| Octal | 230 | 375 | 352 | 50 | 0 | 10 | 1 | 251 | 140 | 117 |
| Binary | 10011000 | 11111101 | 11101010 | 101000 | 0 | 1000 | 1 | 10101001 | 1100000 | 1001111 |
Color Harmonies of #98FDEA
Complementary color
Monochromatic Colors of #98FDEA
Black with #98FDEA
Text Example
Text Example
White with #98FDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98FDEA; }
p { color: rgb(152,253,234); }
H1.HeaderClassName
{
color: #98FDEA;
}
.AnyTagClassName
{
color: #98FDEA;
}
</style>
background-color css
<style>
a { background-color: #98FDEA; }
a { background-color: rgb(152,253,234); }
div.DivClassName
{
background-color: #98FDEA;
}
.BgClassName
{
background-color: #98FDEA;
}
</style>
border-color css
<style>
span { border-color: #98FDEA; }
span { border-color: rgb(152,253,234); }
td.TdClassName
{
border-color: #98FDEA;
}
.TagClassName
{
border-color: #98FDEA;
}
</style>