Shades of Pale Turquoise #98F1E7
Tints of Pale Turquoise #98F1E7
RGB
CMYK
RGB Variations
Color information
#98F1E7 (or 0x98F1E7) is known color: Pale Turquoise. HEX triplet: 98, F1 and E7. RGB value is (152,241,231). Sum of RGB (Red+Green+Blue) = 152+241+231=624 (82% of max value = 765). Red value is 152 (59.77% from 255 or 24.36% from 624); Green value is 241 (94.53% from 255 or 38.62% from 624); Blue value is 231 (90.62% from 255 or 37.02% from 624); Max value from RGB is 241 - color contains mainly: green. Hex color #98F1E7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98F1E7 is #670E18. Grayscale: #D5D5D5. Windows color (decimal): -6753817 or 15200664. OLE color: 15200664.
HSL color Cylindrical-coordinate representation of color #98F1E7: hue angle of 173.26º 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 #98F1E7 is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 152 | 241 | 231 | - |
| CMYK | 0.37 | 0 | 0.04 | 0.05 |
| HSL | 173.26º | 0.76% | 0.77% | - |
| HSV(B) | 173.26º | 0.37% | 0.95% | - |
| XYZ | 58.83 | 75.36 | 87.05 | - |
| YUV | 213.25 | 138.01 | 84.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 241 | 231 | 0.37 | 0 | 0.04 | 0.05 | 173.26 | 0.76 | 0.77 |
| Hex | 98 | F1 | E7 | 25 | 0 | 4 | 5 | AD | 4C | 4D |
| Octal | 230 | 361 | 347 | 45 | 0 | 4 | 5 | 255 | 114 | 115 |
| Binary | 10011000 | 11110001 | 11100111 | 100101 | 0 | 100 | 101 | 10101101 | 1001100 | 1001101 |
Color Harmonies of #98F1E7
Complementary color
Monochromatic Colors of #98F1E7
Black with #98F1E7
Text Example
Text Example
White with #98F1E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98F1E7; }
p { color: rgb(152,241,231); }
H1.HeaderClassName
{
color: #98F1E7;
}
.AnyTagClassName
{
color: #98F1E7;
}
</style>
background-color css
<style>
a { background-color: #98F1E7; }
a { background-color: rgb(152,241,231); }
div.DivClassName
{
background-color: #98F1E7;
}
.BgClassName
{
background-color: #98F1E7;
}
</style>
border-color css
<style>
span { border-color: #98F1E7; }
span { border-color: rgb(152,241,231); }
td.TdClassName
{
border-color: #98F1E7;
}
.TagClassName
{
border-color: #98F1E7;
}
</style>