Shades of Pale Turquoise #98F4F0
Tints of Pale Turquoise #98F4F0
RGB
CMYK
RGB Variations
Color information
#98F4F0 (or 0x98F4F0) is known color: Pale Turquoise. HEX triplet: 98, F4 and F0. RGB value is (152,244,240). Sum of RGB (Red+Green+Blue) = 152+244+240=636 (84% of max value = 765). Red value is 152 (59.77% from 255 or 23.90% from 636); Green value is 244 (95.70% from 255 or 38.36% from 636); Blue value is 240 (94.14% from 255 or 37.74% from 636); Max value from RGB is 244 - color contains mainly: green. Hex color #98F4F0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98F4F0 is #670B0F. Grayscale: #D7D7D7. Windows color (decimal): -6753040 or 15791256. OLE color: 15791256.
HSL color Cylindrical-coordinate representation of color #98F4F0: hue angle of 177.39º degrees, saturation: 0.81, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #98F4F0 is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 152 | 244 | 240 | - |
| CMYK | 0.38 | 0 | 0.02 | 0.04 |
| HSL | 177.39º | 0.81% | 0.78% | - |
| HSV(B) | 177.39º | 0.38% | 0.96% | - |
| XYZ | 61.03 | 77.67 | 94.21 | - |
| YUV | 216.04 | 141.52 | 82.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 244 | 240 | 0.38 | 0 | 0.02 | 0.04 | 177.39 | 0.81 | 0.78 |
| Hex | 98 | F4 | F0 | 26 | 0 | 2 | 4 | B1 | 51 | 4E |
| Octal | 230 | 364 | 360 | 46 | 0 | 2 | 4 | 261 | 121 | 116 |
| Binary | 10011000 | 11110100 | 11110000 | 100110 | 0 | 10 | 100 | 10110001 | 1010001 | 1001110 |
Color Harmonies of #98F4F0
Complementary color
Monochromatic Colors of #98F4F0
Black with #98F4F0
Text Example
Text Example
White with #98F4F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98F4F0; }
p { color: rgb(152,244,240); }
H1.HeaderClassName
{
color: #98F4F0;
}
.AnyTagClassName
{
color: #98F4F0;
}
</style>
background-color css
<style>
a { background-color: #98F4F0; }
a { background-color: rgb(152,244,240); }
div.DivClassName
{
background-color: #98F4F0;
}
.BgClassName
{
background-color: #98F4F0;
}
</style>
border-color css
<style>
span { border-color: #98F4F0; }
span { border-color: rgb(152,244,240); }
td.TdClassName
{
border-color: #98F4F0;
}
.TagClassName
{
border-color: #98F4F0;
}
</style>