Shades of Pale Turquoise #98FBE9
Tints of Pale Turquoise #98FBE9
RGB
CMYK
RGB Variations
Color information
#98FBE9 (or 0x98FBE9) is known color: Pale Turquoise. HEX triplet: 98, FB and E9. RGB value is (152,251,233). Sum of RGB (Red+Green+Blue) = 152+251+233=636 (84% of max value = 765). Red value is 152 (59.77% from 255 or 23.90% from 636); Green value is 251 (98.44% from 255 or 39.47% from 636); Blue value is 233 (91.41% from 255 or 36.64% from 636); Max value from RGB is 251 - color contains mainly: green. Hex color #98FBE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98FBE9 is #670416. Grayscale: #DBDBDB. Windows color (decimal): -6751255 or 15334296. OLE color: 15334296.
HSL color Cylindrical-coordinate representation of color #98FBE9: hue angle of 169.09º degrees, saturation: 0.93, 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 #98FBE9 is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 251 | 233 | - |
| CMYK | 0.39 | 0 | 0.07 | 0.02 |
| HSL | 169.09º | 0.93% | 0.79% | - |
| HSV(B) | 169.09º | 0.39% | 0.98% | - |
| XYZ | 62.15 | 81.55 | 89.56 | - |
| YUV | 219.35 | 135.7 | 79.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 251 | 233 | 0.39 | 0 | 0.07 | 0.02 | 169.09 | 0.93 | 0.79 |
| Hex | 98 | FB | E9 | 27 | 0 | 7 | 2 | A9 | 5D | 4F |
| Octal | 230 | 373 | 351 | 47 | 0 | 7 | 2 | 251 | 135 | 117 |
| Binary | 10011000 | 11111011 | 11101001 | 100111 | 0 | 111 | 10 | 10101001 | 1011101 | 1001111 |
Color Harmonies of #98FBE9
Complementary color
Monochromatic Colors of #98FBE9
Black with #98FBE9
Text Example
Text Example
White with #98FBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98FBE9; }
p { color: rgb(152,251,233); }
H1.HeaderClassName
{
color: #98FBE9;
}
.AnyTagClassName
{
color: #98FBE9;
}
</style>
background-color css
<style>
a { background-color: #98FBE9; }
a { background-color: rgb(152,251,233); }
div.DivClassName
{
background-color: #98FBE9;
}
.BgClassName
{
background-color: #98FBE9;
}
</style>
border-color css
<style>
span { border-color: #98FBE9; }
span { border-color: rgb(152,251,233); }
td.TdClassName
{
border-color: #98FBE9;
}
.TagClassName
{
border-color: #98FBE9;
}
</style>