Shades of Pale Turquoise #98FFF1
Tints of Pale Turquoise #98FFF1
RGB
CMYK
RGB Variations
Color information
#98FFF1 (or 0x98FFF1) is known color: Pale Turquoise. HEX triplet: 98, FF and F1. RGB value is (152,255,241). Sum of RGB (Red+Green+Blue) = 152+255+241=648 (85% of max value = 765). Red value is 152 (59.77% from 255 or 23.46% from 648); Green value is 255 (100% from 255 or 39.35% from 648); Blue value is 241 (94.53% from 255 or 37.19% from 648); Max value from RGB is 255 - color contains mainly: green. Hex color #98FFF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98FFF1 is #67000E. Grayscale: #DEDEDE. Windows color (decimal): -6750223 or 15859608. OLE color: 15859608.
HSL color Cylindrical-coordinate representation of color #98FFF1: hue angle of 171.84º 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 #98FFF1 is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 255 | 241 | - |
| CMYK | 0.40 | 0 | 0.05 | 0 |
| HSL | 171.84º | 1% | 0.8% | - |
| HSV(B) | 171.84º | 0.4% | 1% | - |
| XYZ | 64.59 | 84.55 | 96.13 | - |
| YUV | 222.61 | 138.38 | 77.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 255 | 241 | 0.40 | 0 | 0.05 | 0 | 171.84 | 1 | 0.8 |
| Hex | 98 | FF | F1 | 28 | 0 | 5 | 0 | AC | 64 | 50 |
| Octal | 230 | 377 | 361 | 50 | 0 | 5 | 0 | 254 | 144 | 120 |
| Binary | 10011000 | 11111111 | 11110001 | 101000 | 0 | 101 | 0 | 10101100 | 1100100 | 1010000 |
Color Harmonies of #98FFF1
Complementary color
Monochromatic Colors of #98FFF1
Black with #98FFF1
Text Example
Text Example
White with #98FFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98FFF1; }
p { color: rgb(152,255,241); }
H1.HeaderClassName
{
color: #98FFF1;
}
.AnyTagClassName
{
color: #98FFF1;
}
</style>
background-color css
<style>
a { background-color: #98FFF1; }
a { background-color: rgb(152,255,241); }
div.DivClassName
{
background-color: #98FFF1;
}
.BgClassName
{
background-color: #98FFF1;
}
</style>
border-color css
<style>
span { border-color: #98FFF1; }
span { border-color: rgb(152,255,241); }
td.TdClassName
{
border-color: #98FFF1;
}
.TagClassName
{
border-color: #98FFF1;
}
</style>