Shades of Pale Turquoise #98F5F0
Tints of Pale Turquoise #98F5F0
RGB
CMYK
RGB Variations
Color information
#98F5F0 (or 0x98F5F0) is known color: Pale Turquoise. HEX triplet: 98, F5 and F0. RGB value is (152,245,240). Sum of RGB (Red+Green+Blue) = 152+245+240=637 (84% of max value = 765). Red value is 152 (59.77% from 255 or 23.86% from 637); Green value is 245 (96.09% from 255 or 38.46% from 637); Blue value is 240 (94.14% from 255 or 37.68% from 637); Max value from RGB is 245 - color contains mainly: green. Hex color #98F5F0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98F5F0 is #670A0F. Grayscale: #D8D8D8. Windows color (decimal): -6752784 or 15791512. OLE color: 15791512.
HSL color Cylindrical-coordinate representation of color #98F5F0: hue angle of 176.77º degrees, saturation: 0.82, 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 #98F5F0 is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 152 | 245 | 240 | - |
| CMYK | 0.38 | 0 | 0.02 | 0.04 |
| HSL | 176.77º | 0.82% | 0.78% | - |
| HSV(B) | 176.77º | 0.38% | 0.96% | - |
| XYZ | 61.33 | 78.27 | 94.31 | - |
| YUV | 216.62 | 141.19 | 81.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 245 | 240 | 0.38 | 0 | 0.02 | 0.04 | 176.77 | 0.82 | 0.78 |
| Hex | 98 | F5 | F0 | 26 | 0 | 2 | 4 | B1 | 52 | 4E |
| Octal | 230 | 365 | 360 | 46 | 0 | 2 | 4 | 261 | 122 | 116 |
| Binary | 10011000 | 11110101 | 11110000 | 100110 | 0 | 10 | 100 | 10110001 | 1010010 | 1001110 |
Color Harmonies of #98F5F0
Complementary color
Monochromatic Colors of #98F5F0
Black with #98F5F0
Text Example
Text Example
White with #98F5F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98F5F0; }
p { color: rgb(152,245,240); }
H1.HeaderClassName
{
color: #98F5F0;
}
.AnyTagClassName
{
color: #98F5F0;
}
</style>
background-color css
<style>
a { background-color: #98F5F0; }
a { background-color: rgb(152,245,240); }
div.DivClassName
{
background-color: #98F5F0;
}
.BgClassName
{
background-color: #98F5F0;
}
</style>
border-color css
<style>
span { border-color: #98F5F0; }
span { border-color: rgb(152,245,240); }
td.TdClassName
{
border-color: #98F5F0;
}
.TagClassName
{
border-color: #98F5F0;
}
</style>