Shades of Pale Turquoise #98F3E9
Tints of Pale Turquoise #98F3E9
RGB
CMYK
RGB Variations
Color information
#98F3E9 (or 0x98F3E9) is known color: Pale Turquoise. HEX triplet: 98, F3 and E9. RGB value is (152,243,233). Sum of RGB (Red+Green+Blue) = 152+243+233=628 (83% of max value = 765). Red value is 152 (59.77% from 255 or 24.20% from 628); Green value is 243 (95.31% from 255 or 38.69% from 628); Blue value is 233 (91.41% from 255 or 37.10% from 628); Max value from RGB is 243 - color contains mainly: green. Hex color #98F3E9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98F3E9 is #670C16. Grayscale: #D6D6D6. Windows color (decimal): -6753303 or 15332248. OLE color: 15332248.
HSL color Cylindrical-coordinate representation of color #98F3E9: hue angle of 173.41º degrees, saturation: 0.79, 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 #98F3E9 is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 152 | 243 | 233 | - |
| CMYK | 0.37 | 0 | 0.04 | 0.05 |
| HSL | 173.41º | 0.79% | 0.77% | - |
| HSV(B) | 173.41º | 0.37% | 0.95% | - |
| XYZ | 59.71 | 76.66 | 88.74 | - |
| YUV | 214.65 | 138.35 | 83.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 243 | 233 | 0.37 | 0 | 0.04 | 0.05 | 173.41 | 0.79 | 0.77 |
| Hex | 98 | F3 | E9 | 25 | 0 | 4 | 5 | AD | 4F | 4D |
| Octal | 230 | 363 | 351 | 45 | 0 | 4 | 5 | 255 | 117 | 115 |
| Binary | 10011000 | 11110011 | 11101001 | 100101 | 0 | 100 | 101 | 10101101 | 1001111 | 1001101 |
Color Harmonies of #98F3E9
Complementary color
Monochromatic Colors of #98F3E9
Black with #98F3E9
Text Example
Text Example
White with #98F3E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98F3E9; }
p { color: rgb(152,243,233); }
H1.HeaderClassName
{
color: #98F3E9;
}
.AnyTagClassName
{
color: #98F3E9;
}
</style>
background-color css
<style>
a { background-color: #98F3E9; }
a { background-color: rgb(152,243,233); }
div.DivClassName
{
background-color: #98F3E9;
}
.BgClassName
{
background-color: #98F3E9;
}
</style>
border-color css
<style>
span { border-color: #98F3E9; }
span { border-color: rgb(152,243,233); }
td.TdClassName
{
border-color: #98F3E9;
}
.TagClassName
{
border-color: #98F3E9;
}
</style>