Shades of Pale Turquoise #98F7F6
Tints of Pale Turquoise #98F7F6
RGB
CMYK
RGB Variations
Color information
#98F7F6 (or 0x98F7F6) is known color: Pale Turquoise. HEX triplet: 98, F7 and F6. RGB value is (152,247,246). Sum of RGB (Red+Green+Blue) = 152+247+246=645 (85% of max value = 765). Red value is 152 (59.77% from 255 or 23.57% from 645); Green value is 247 (96.88% from 255 or 38.29% from 645); Blue value is 246 (96.48% from 255 or 38.14% from 645); Max value from RGB is 247 - color contains mainly: green. Hex color #98F7F6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98F7F6 is #670809. Grayscale: #DADADA. Windows color (decimal): -6752266 or 16185240. OLE color: 16185240.
HSL color Cylindrical-coordinate representation of color #98F7F6: hue angle of 179.37º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #98F7F6 is Cyan = 0.38, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 152 | 247 | 246 | - |
| CMYK | 0.38 | 0 | 0.00 | 0.03 |
| HSL | 179.37º | 0.86% | 0.78% | - |
| HSV(B) | 179.37º | 0.38% | 0.97% | - |
| XYZ | 62.84 | 79.85 | 99.29 | - |
| YUV | 218.48 | 143.53 | 80.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 247 | 246 | 0.38 | 0 | 0.00 | 0.03 | 179.37 | 0.86 | 0.78 |
| Hex | 98 | F7 | F6 | 26 | 0 | 0 | 3 | B3 | 56 | 4E |
| Octal | 230 | 367 | 366 | 46 | 0 | 0 | 3 | 263 | 126 | 116 |
| Binary | 10011000 | 11110111 | 11110110 | 100110 | 0 | 0 | 11 | 10110011 | 1010110 | 1001110 |
Color Harmonies of #98F7F6
Complementary color
Monochromatic Colors of #98F7F6
Black with #98F7F6
Text Example
Text Example
White with #98F7F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98F7F6; }
p { color: rgb(152,247,246); }
H1.HeaderClassName
{
color: #98F7F6;
}
.AnyTagClassName
{
color: #98F7F6;
}
</style>
background-color css
<style>
a { background-color: #98F7F6; }
a { background-color: rgb(152,247,246); }
div.DivClassName
{
background-color: #98F7F6;
}
.BgClassName
{
background-color: #98F7F6;
}
</style>
border-color css
<style>
span { border-color: #98F7F6; }
span { border-color: rgb(152,247,246); }
td.TdClassName
{
border-color: #98F7F6;
}
.TagClassName
{
border-color: #98F7F6;
}
</style>