Shades of Pale Turquoise #98F6E9
Tints of Pale Turquoise #98F6E9
RGB
CMYK
RGB Variations
Color information
#98F6E9 (or 0x98F6E9) is known color: Pale Turquoise. HEX triplet: 98, F6 and E9. RGB value is (152,246,233). Sum of RGB (Red+Green+Blue) = 152+246+233=631 (83% of max value = 765). Red value is 152 (59.77% from 255 or 24.09% from 631); Green value is 246 (96.48% from 255 or 38.99% from 631); Blue value is 233 (91.41% from 255 or 36.93% from 631); Max value from RGB is 246 - color contains mainly: green. Hex color #98F6E9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98F6E9 is #670916. Grayscale: #D8D8D8. Windows color (decimal): -6752535 or 15333016. OLE color: 15333016.
HSL color Cylindrical-coordinate representation of color #98F6E9: hue angle of 171.7º degrees, saturation: 0.84, 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 #98F6E9 is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 152 | 246 | 233 | - |
| CMYK | 0.38 | 0 | 0.05 | 0.04 |
| HSL | 171.7º | 0.84% | 0.78% | - |
| HSV(B) | 171.7º | 0.38% | 0.96% | - |
| XYZ | 60.61 | 78.47 | 89.04 | - |
| YUV | 216.41 | 137.36 | 82.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 246 | 233 | 0.38 | 0 | 0.05 | 0.04 | 171.7 | 0.84 | 0.78 |
| Hex | 98 | F6 | E9 | 26 | 0 | 5 | 4 | AC | 54 | 4E |
| Octal | 230 | 366 | 351 | 46 | 0 | 5 | 4 | 254 | 124 | 116 |
| Binary | 10011000 | 11110110 | 11101001 | 100110 | 0 | 101 | 100 | 10101100 | 1010100 | 1001110 |
Color Harmonies of #98F6E9
Complementary color
Monochromatic Colors of #98F6E9
Black with #98F6E9
Text Example
Text Example
White with #98F6E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98F6E9; }
p { color: rgb(152,246,233); }
H1.HeaderClassName
{
color: #98F6E9;
}
.AnyTagClassName
{
color: #98F6E9;
}
</style>
background-color css
<style>
a { background-color: #98F6E9; }
a { background-color: rgb(152,246,233); }
div.DivClassName
{
background-color: #98F6E9;
}
.BgClassName
{
background-color: #98F6E9;
}
</style>
border-color css
<style>
span { border-color: #98F6E9; }
span { border-color: rgb(152,246,233); }
td.TdClassName
{
border-color: #98F6E9;
}
.TagClassName
{
border-color: #98F6E9;
}
</style>