Shades of Pale Turquoise #98FFEE
Tints of Pale Turquoise #98FFEE
RGB
CMYK
RGB Variations
Color information
#98FFEE (or 0x98FFEE) is known color: Pale Turquoise. HEX triplet: 98, FF and EE. RGB value is (152,255,238). Sum of RGB (Red+Green+Blue) = 152+255+238=645 (85% of max value = 765). Red value is 152 (59.77% from 255 or 23.57% from 645); Green value is 255 (100% from 255 or 39.53% from 645); Blue value is 238 (93.36% from 255 or 36.90% from 645); Max value from RGB is 255 - color contains mainly: green. Hex color #98FFEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98FFEE is #670011. Grayscale: #DEDEDE. Windows color (decimal): -6750226 or 15663000. OLE color: 15663000.
HSL color Cylindrical-coordinate representation of color #98FFEE: hue angle of 170.1º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98FFEE is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 255 | 238 | - |
| CMYK | 0.40 | 0 | 0.07 | 0 |
| HSL | 170.1º | 1% | 0.8% | - |
| HSV(B) | 170.1º | 0.4% | 1% | - |
| XYZ | 64.14 | 84.37 | 93.79 | - |
| YUV | 222.27 | 136.88 | 77.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 255 | 238 | 0.40 | 0 | 0.07 | 0 | 170.1 | 1 | 0.8 |
| Hex | 98 | FF | EE | 28 | 0 | 7 | 0 | AA | 64 | 50 |
| Octal | 230 | 377 | 356 | 50 | 0 | 7 | 0 | 252 | 144 | 120 |
| Binary | 10011000 | 11111111 | 11101110 | 101000 | 0 | 111 | 0 | 10101010 | 1100100 | 1010000 |
Color Harmonies of #98FFEE
Complementary color
Monochromatic Colors of #98FFEE
Black with #98FFEE
Text Example
Text Example
White with #98FFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98FFEE; }
p { color: rgb(152,255,238); }
H1.HeaderClassName
{
color: #98FFEE;
}
.AnyTagClassName
{
color: #98FFEE;
}
</style>
background-color css
<style>
a { background-color: #98FFEE; }
a { background-color: rgb(152,255,238); }
div.DivClassName
{
background-color: #98FFEE;
}
.BgClassName
{
background-color: #98FFEE;
}
</style>
border-color css
<style>
span { border-color: #98FFEE; }
span { border-color: rgb(152,255,238); }
td.TdClassName
{
border-color: #98FFEE;
}
.TagClassName
{
border-color: #98FFEE;
}
</style>