Shades of Pale Turquoise #98FFF6
Tints of Pale Turquoise #98FFF6
RGB
CMYK
RGB Variations
Color information
#98FFF6 (or 0x98FFF6) is known color: Pale Turquoise. HEX triplet: 98, FF and F6. RGB value is (152,255,246). Sum of RGB (Red+Green+Blue) = 152+255+246=653 (86% of max value = 765). Red value is 152 (59.77% from 255 or 23.28% from 653); Green value is 255 (100% from 255 or 39.05% from 653); Blue value is 246 (96.48% from 255 or 37.67% from 653); Max value from RGB is 255 - color contains mainly: green. Hex color #98FFF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98FFF6 is #670009. Grayscale: #DFDFDF. Windows color (decimal): -6750218 or 16187288. OLE color: 16187288.
HSL color Cylindrical-coordinate representation of color #98FFF6: hue angle of 174.76º 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 #98FFF6 is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 255 | 246 | - |
| CMYK | 0.40 | 0 | 0.04 | 0 |
| HSL | 174.76º | 1% | 0.8% | - |
| HSV(B) | 174.76º | 0.4% | 1% | - |
| XYZ | 65.34 | 84.85 | 100.12 | - |
| YUV | 223.18 | 140.88 | 77.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 255 | 246 | 0.40 | 0 | 0.04 | 0 | 174.76 | 1 | 0.8 |
| Hex | 98 | FF | F6 | 28 | 0 | 4 | 0 | AF | 64 | 50 |
| Octal | 230 | 377 | 366 | 50 | 0 | 4 | 0 | 257 | 144 | 120 |
| Binary | 10011000 | 11111111 | 11110110 | 101000 | 0 | 100 | 0 | 10101111 | 1100100 | 1010000 |
Color Harmonies of #98FFF6
Complementary color
Monochromatic Colors of #98FFF6
Black with #98FFF6
Text Example
Text Example
White with #98FFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98FFF6; }
p { color: rgb(152,255,246); }
H1.HeaderClassName
{
color: #98FFF6;
}
.AnyTagClassName
{
color: #98FFF6;
}
</style>
background-color css
<style>
a { background-color: #98FFF6; }
a { background-color: rgb(152,255,246); }
div.DivClassName
{
background-color: #98FFF6;
}
.BgClassName
{
background-color: #98FFF6;
}
</style>
border-color css
<style>
span { border-color: #98FFF6; }
span { border-color: rgb(152,255,246); }
td.TdClassName
{
border-color: #98FFF6;
}
.TagClassName
{
border-color: #98FFF6;
}
</style>