Shades of Pale Turquoise #98FEF2
Tints of Pale Turquoise #98FEF2
RGB
CMYK
RGB Variations
Color information
#98FEF2 (or 0x98FEF2) is known color: Pale Turquoise. HEX triplet: 98, FE and F2. RGB value is (152,254,242). Sum of RGB (Red+Green+Blue) = 152+254+242=648 (85% of max value = 765). Red value is 152 (59.77% from 255 or 23.46% from 648); Green value is 254 (99.61% from 255 or 39.20% from 648); Blue value is 242 (94.92% from 255 or 37.35% from 648); Max value from RGB is 254 - color contains mainly: green. Hex color #98FEF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98FEF2 is #67010D. Grayscale: #DEDEDE. Windows color (decimal): -6750478 or 15924888. OLE color: 15924888.
HSL color Cylindrical-coordinate representation of color #98FEF2: hue angle of 172.94º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98FEF2 is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 152 | 254 | 242 | - |
| CMYK | 0.40 | 0 | 0.05 | 0.00 |
| HSL | 172.94º | 0.98% | 0.8% | - |
| HSV(B) | 172.94º | 0.4% | 1% | - |
| XYZ | 64.42 | 83.97 | 96.82 | - |
| YUV | 222.13 | 139.21 | 77.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 254 | 242 | 0.40 | 0 | 0.05 | 0.00 | 172.94 | 0.98 | 0.8 |
| Hex | 98 | FE | F2 | 28 | 0 | 5 | 0 | AD | 62 | 50 |
| Octal | 230 | 376 | 362 | 50 | 0 | 5 | 0 | 255 | 142 | 120 |
| Binary | 10011000 | 11111110 | 11110010 | 101000 | 0 | 101 | 0 | 10101101 | 1100010 | 1010000 |
Color Harmonies of #98FEF2
Complementary color
Monochromatic Colors of #98FEF2
Black with #98FEF2
Text Example
Text Example
White with #98FEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98FEF2; }
p { color: rgb(152,254,242); }
H1.HeaderClassName
{
color: #98FEF2;
}
.AnyTagClassName
{
color: #98FEF2;
}
</style>
background-color css
<style>
a { background-color: #98FEF2; }
a { background-color: rgb(152,254,242); }
div.DivClassName
{
background-color: #98FEF2;
}
.BgClassName
{
background-color: #98FEF2;
}
</style>
border-color css
<style>
span { border-color: #98FEF2; }
span { border-color: rgb(152,254,242); }
td.TdClassName
{
border-color: #98FEF2;
}
.TagClassName
{
border-color: #98FEF2;
}
</style>