Shades of Pale Turquoise #98F2E7
Tints of Pale Turquoise #98F2E7
RGB
CMYK
RGB Variations
Color information
#98F2E7 (or 0x98F2E7) is known color: Pale Turquoise. HEX triplet: 98, F2 and E7. RGB value is (152,242,231). Sum of RGB (Red+Green+Blue) = 152+242+231=625 (82% of max value = 765). Red value is 152 (59.77% from 255 or 24.32% from 625); Green value is 242 (94.92% from 255 or 38.72% from 625); Blue value is 231 (90.62% from 255 or 36.96% from 625); Max value from RGB is 242 - color contains mainly: green. Hex color #98F2E7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98F2E7 is #670D18. Grayscale: #D5D5D5. Windows color (decimal): -6753561 or 15200920. OLE color: 15200920.
HSL color Cylindrical-coordinate representation of color #98F2E7: hue angle of 172.67º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #98F2E7 is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 152 | 242 | 231 | - |
| CMYK | 0.37 | 0 | 0.05 | 0.05 |
| HSL | 172.67º | 0.78% | 0.77% | - |
| HSV(B) | 172.67º | 0.37% | 0.95% | - |
| XYZ | 59.12 | 75.95 | 87.14 | - |
| YUV | 213.84 | 137.68 | 83.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 242 | 231 | 0.37 | 0 | 0.05 | 0.05 | 172.67 | 0.78 | 0.77 |
| Hex | 98 | F2 | E7 | 25 | 0 | 5 | 5 | AD | 4E | 4D |
| Octal | 230 | 362 | 347 | 45 | 0 | 5 | 5 | 255 | 116 | 115 |
| Binary | 10011000 | 11110010 | 11100111 | 100101 | 0 | 101 | 101 | 10101101 | 1001110 | 1001101 |
Color Harmonies of #98F2E7
Complementary color
Monochromatic Colors of #98F2E7
Black with #98F2E7
Text Example
Text Example
White with #98F2E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98F2E7; }
p { color: rgb(152,242,231); }
H1.HeaderClassName
{
color: #98F2E7;
}
.AnyTagClassName
{
color: #98F2E7;
}
</style>
background-color css
<style>
a { background-color: #98F2E7; }
a { background-color: rgb(152,242,231); }
div.DivClassName
{
background-color: #98F2E7;
}
.BgClassName
{
background-color: #98F2E7;
}
</style>
border-color css
<style>
span { border-color: #98F2E7; }
span { border-color: rgb(152,242,231); }
td.TdClassName
{
border-color: #98F2E7;
}
.TagClassName
{
border-color: #98F2E7;
}
</style>