Shades of Pale Turquoise #98FFF2
Tints of Pale Turquoise #98FFF2
RGB
CMYK
RGB Variations
Color information
#98FFF2 (or 0x98FFF2) is known color: Pale Turquoise. HEX triplet: 98, FF and F2. RGB value is (152,255,242). Sum of RGB (Red+Green+Blue) = 152+255+242=649 (85% of max value = 765). Red value is 152 (59.77% from 255 or 23.42% from 649); Green value is 255 (100% from 255 or 39.29% from 649); Blue value is 242 (94.92% from 255 or 37.29% from 649); Max value from RGB is 255 - color contains mainly: green. Hex color #98FFF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98FFF2 is #67000D. Grayscale: #DEDEDE. Windows color (decimal): -6750222 or 15925144. OLE color: 15925144.
HSL color Cylindrical-coordinate representation of color #98FFF2: hue angle of 172.43º 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 #98FFF2 is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 255 | 242 | - |
| CMYK | 0.40 | 0 | 0.05 | 0 |
| HSL | 172.43º | 1% | 0.8% | - |
| HSV(B) | 172.43º | 0.4% | 1% | - |
| XYZ | 64.74 | 84.61 | 96.92 | - |
| YUV | 222.72 | 138.88 | 77.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 255 | 242 | 0.40 | 0 | 0.05 | 0 | 172.43 | 1 | 0.8 |
| Hex | 98 | FF | F2 | 28 | 0 | 5 | 0 | AC | 64 | 50 |
| Octal | 230 | 377 | 362 | 50 | 0 | 5 | 0 | 254 | 144 | 120 |
| Binary | 10011000 | 11111111 | 11110010 | 101000 | 0 | 101 | 0 | 10101100 | 1100100 | 1010000 |
Color Harmonies of #98FFF2
Complementary color
Monochromatic Colors of #98FFF2
Black with #98FFF2
Text Example
Text Example
White with #98FFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98FFF2; }
p { color: rgb(152,255,242); }
H1.HeaderClassName
{
color: #98FFF2;
}
.AnyTagClassName
{
color: #98FFF2;
}
</style>
background-color css
<style>
a { background-color: #98FFF2; }
a { background-color: rgb(152,255,242); }
div.DivClassName
{
background-color: #98FFF2;
}
.BgClassName
{
background-color: #98FFF2;
}
</style>
border-color css
<style>
span { border-color: #98FFF2; }
span { border-color: rgb(152,255,242); }
td.TdClassName
{
border-color: #98FFF2;
}
.TagClassName
{
border-color: #98FFF2;
}
</style>