Shades of Pale Turquoise #98F4E5
Tints of Pale Turquoise #98F4E5
RGB
CMYK
RGB Variations
Color information
#98F4E5 (or 0x98F4E5) is known color: Pale Turquoise. HEX triplet: 98, F4 and E5. RGB value is (152,244,229). Sum of RGB (Red+Green+Blue) = 152+244+229=625 (82% of max value = 765). Red value is 152 (59.77% from 255 or 24.32% from 625); Green value is 244 (95.70% from 255 or 39.04% from 625); Blue value is 229 (89.84% from 255 or 36.64% from 625); Max value from RGB is 244 - color contains mainly: green. Hex color #98F4E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98F4E5 is #670B1A. Grayscale: #D6D6D6. Windows color (decimal): -6753051 or 15070360. OLE color: 15070360.
HSL color Cylindrical-coordinate representation of color #98F4E5: hue angle of 170.22º degrees, saturation: 0.81, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #98F4E5 is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 152 | 244 | 229 | - |
| CMYK | 0.38 | 0 | 0.06 | 0.04 |
| HSL | 170.22º | 0.81% | 0.78% | - |
| HSV(B) | 170.22º | 0.38% | 0.96% | - |
| XYZ | 59.44 | 77.03 | 85.86 | - |
| YUV | 214.78 | 136.02 | 83.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 244 | 229 | 0.38 | 0 | 0.06 | 0.04 | 170.22 | 0.81 | 0.78 |
| Hex | 98 | F4 | E5 | 26 | 0 | 6 | 4 | AA | 51 | 4E |
| Octal | 230 | 364 | 345 | 46 | 0 | 6 | 4 | 252 | 121 | 116 |
| Binary | 10011000 | 11110100 | 11100101 | 100110 | 0 | 110 | 100 | 10101010 | 1010001 | 1001110 |
Color Harmonies of #98F4E5
Complementary color
Monochromatic Colors of #98F4E5
Black with #98F4E5
Text Example
Text Example
White with #98F4E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98F4E5; }
p { color: rgb(152,244,229); }
H1.HeaderClassName
{
color: #98F4E5;
}
.AnyTagClassName
{
color: #98F4E5;
}
</style>
background-color css
<style>
a { background-color: #98F4E5; }
a { background-color: rgb(152,244,229); }
div.DivClassName
{
background-color: #98F4E5;
}
.BgClassName
{
background-color: #98F4E5;
}
</style>
border-color css
<style>
span { border-color: #98F4E5; }
span { border-color: rgb(152,244,229); }
td.TdClassName
{
border-color: #98F4E5;
}
.TagClassName
{
border-color: #98F4E5;
}
</style>