Shades of Pale Turquoise #98F1E8
Tints of Pale Turquoise #98F1E8
RGB
CMYK
RGB Variations
Color information
#98F1E8 (or 0x98F1E8) is known color: Pale Turquoise. HEX triplet: 98, F1 and E8. RGB value is (152,241,232). Sum of RGB (Red+Green+Blue) = 152+241+232=625 (82% of max value = 765). Red value is 152 (59.77% from 255 or 24.32% from 625); Green value is 241 (94.53% from 255 or 38.56% from 625); Blue value is 232 (91.02% from 255 or 37.12% from 625); Max value from RGB is 241 - color contains mainly: green. Hex color #98F1E8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98F1E8 is #670E17. Grayscale: #D5D5D5. Windows color (decimal): -6753816 or 15266200. OLE color: 15266200.
HSL color Cylindrical-coordinate representation of color #98F1E8: hue angle of 173.93º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #98F1E8 is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 152 | 241 | 232 | - |
| CMYK | 0.37 | 0 | 0.04 | 0.05 |
| HSL | 173.93º | 0.76% | 0.77% | - |
| HSV(B) | 173.93º | 0.37% | 0.95% | - |
| XYZ | 58.97 | 75.41 | 87.79 | - |
| YUV | 213.36 | 138.51 | 84.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 241 | 232 | 0.37 | 0 | 0.04 | 0.05 | 173.93 | 0.76 | 0.77 |
| Hex | 98 | F1 | E8 | 25 | 0 | 4 | 5 | AE | 4C | 4D |
| Octal | 230 | 361 | 350 | 45 | 0 | 4 | 5 | 256 | 114 | 115 |
| Binary | 10011000 | 11110001 | 11101000 | 100101 | 0 | 100 | 101 | 10101110 | 1001100 | 1001101 |
Color Harmonies of #98F1E8
Complementary color
Monochromatic Colors of #98F1E8
Black with #98F1E8
Text Example
Text Example
White with #98F1E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98F1E8; }
p { color: rgb(152,241,232); }
H1.HeaderClassName
{
color: #98F1E8;
}
.AnyTagClassName
{
color: #98F1E8;
}
</style>
background-color css
<style>
a { background-color: #98F1E8; }
a { background-color: rgb(152,241,232); }
div.DivClassName
{
background-color: #98F1E8;
}
.BgClassName
{
background-color: #98F1E8;
}
</style>
border-color css
<style>
span { border-color: #98F1E8; }
span { border-color: rgb(152,241,232); }
td.TdClassName
{
border-color: #98F1E8;
}
.TagClassName
{
border-color: #98F1E8;
}
</style>