Shades of Pale Turquoise #98FBEB
Tints of Pale Turquoise #98FBEB
RGB
CMYK
RGB Variations
Color information
#98FBEB (or 0x98FBEB) is known color: Pale Turquoise. HEX triplet: 98, FB and EB. RGB value is (152,251,235). Sum of RGB (Red+Green+Blue) = 152+251+235=638 (84% of max value = 765). Red value is 152 (59.77% from 255 or 23.82% from 638); Green value is 251 (98.44% from 255 or 39.34% from 638); Blue value is 235 (92.19% from 255 or 36.83% from 638); Max value from RGB is 251 - color contains mainly: green. Hex color #98FBEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98FBEB is #670414. Grayscale: #DBDBDB. Windows color (decimal): -6751253 or 15465368. OLE color: 15465368.
HSL color Cylindrical-coordinate representation of color #98FBEB: hue angle of 170.3º 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 #98FBEB is Cyan = 0.39, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 251 | 235 | - |
| CMYK | 0.39 | 0 | 0.06 | 0.02 |
| HSL | 170.3º | 0.93% | 0.79% | - |
| HSV(B) | 170.3º | 0.39% | 0.98% | - |
| XYZ | 62.44 | 81.67 | 91.07 | - |
| YUV | 219.58 | 136.7 | 79.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 251 | 235 | 0.39 | 0 | 0.06 | 0.02 | 170.3 | 0.93 | 0.79 |
| Hex | 98 | FB | EB | 27 | 0 | 6 | 2 | AA | 5D | 4F |
| Octal | 230 | 373 | 353 | 47 | 0 | 6 | 2 | 252 | 135 | 117 |
| Binary | 10011000 | 11111011 | 11101011 | 100111 | 0 | 110 | 10 | 10101010 | 1011101 | 1001111 |
Color Harmonies of #98FBEB
Complementary color
Monochromatic Colors of #98FBEB
Black with #98FBEB
Text Example
Text Example
White with #98FBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98FBEB; }
p { color: rgb(152,251,235); }
H1.HeaderClassName
{
color: #98FBEB;
}
.AnyTagClassName
{
color: #98FBEB;
}
</style>
background-color css
<style>
a { background-color: #98FBEB; }
a { background-color: rgb(152,251,235); }
div.DivClassName
{
background-color: #98FBEB;
}
.BgClassName
{
background-color: #98FBEB;
}
</style>
border-color css
<style>
span { border-color: #98FBEB; }
span { border-color: rgb(152,251,235); }
td.TdClassName
{
border-color: #98FBEB;
}
.TagClassName
{
border-color: #98FBEB;
}
</style>