Shades of Pale Turquoise #98F9EE
Tints of Pale Turquoise #98F9EE
RGB
CMYK
RGB Variations
Color information
#98F9EE (or 0x98F9EE) is known color: Pale Turquoise. HEX triplet: 98, F9 and EE. RGB value is (152,249,238). Sum of RGB (Red+Green+Blue) = 152+249+238=639 (84% of max value = 765). Red value is 152 (59.77% from 255 or 23.79% from 639); Green value is 249 (97.66% from 255 or 38.97% from 639); Blue value is 238 (93.36% from 255 or 37.25% from 639); Max value from RGB is 249 - color contains mainly: green. Hex color #98F9EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98F9EE is #670611. Grayscale: #DADADA. Windows color (decimal): -6751762 or 15661464. OLE color: 15661464.
HSL color Cylindrical-coordinate representation of color #98F9EE: hue angle of 173.2º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #98F9EE is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 249 | 238 | - |
| CMYK | 0.39 | 0 | 0.04 | 0.02 |
| HSL | 173.2º | 0.89% | 0.79% | - |
| HSV(B) | 173.2º | 0.39% | 0.98% | - |
| XYZ | 62.26 | 80.6 | 93.16 | - |
| YUV | 218.74 | 138.86 | 80.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 249 | 238 | 0.39 | 0 | 0.04 | 0.02 | 173.2 | 0.89 | 0.79 |
| Hex | 98 | F9 | EE | 27 | 0 | 4 | 2 | AD | 59 | 4F |
| Octal | 230 | 371 | 356 | 47 | 0 | 4 | 2 | 255 | 131 | 117 |
| Binary | 10011000 | 11111001 | 11101110 | 100111 | 0 | 100 | 10 | 10101101 | 1011001 | 1001111 |
Color Harmonies of #98F9EE
Complementary color
Monochromatic Colors of #98F9EE
Black with #98F9EE
Text Example
Text Example
White with #98F9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98F9EE; }
p { color: rgb(152,249,238); }
H1.HeaderClassName
{
color: #98F9EE;
}
.AnyTagClassName
{
color: #98F9EE;
}
</style>
background-color css
<style>
a { background-color: #98F9EE; }
a { background-color: rgb(152,249,238); }
div.DivClassName
{
background-color: #98F9EE;
}
.BgClassName
{
background-color: #98F9EE;
}
</style>
border-color css
<style>
span { border-color: #98F9EE; }
span { border-color: rgb(152,249,238); }
td.TdClassName
{
border-color: #98F9EE;
}
.TagClassName
{
border-color: #98F9EE;
}
</style>