Shades of Pale Turquoise #98F3ED
Tints of Pale Turquoise #98F3ED
RGB
CMYK
RGB Variations
Color information
#98F3ED (or 0x98F3ED) is known color: Pale Turquoise. HEX triplet: 98, F3 and ED. RGB value is (152,243,237). Sum of RGB (Red+Green+Blue) = 152+243+237=632 (83% of max value = 765). Red value is 152 (59.77% from 255 or 24.05% from 632); Green value is 243 (95.31% from 255 or 38.45% from 632); Blue value is 237 (92.97% from 255 or 37.5% from 632); Max value from RGB is 243 - color contains mainly: green. Hex color #98F3ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98F3ED is #670C12. Grayscale: #D7D7D7. Windows color (decimal): -6753299 or 15594392. OLE color: 15594392.
HSL color Cylindrical-coordinate representation of color #98F3ED: hue angle of 176.04º 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 #98F3ED is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 152 | 243 | 237 | - |
| CMYK | 0.37 | 0 | 0.02 | 0.05 |
| HSL | 176.04º | 0.79% | 0.77% | - |
| HSV(B) | 176.04º | 0.37% | 0.95% | - |
| XYZ | 60.29 | 76.89 | 91.78 | - |
| YUV | 215.11 | 140.35 | 82.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 243 | 237 | 0.37 | 0 | 0.02 | 0.05 | 176.04 | 0.79 | 0.77 |
| Hex | 98 | F3 | ED | 25 | 0 | 2 | 5 | B0 | 4F | 4D |
| Octal | 230 | 363 | 355 | 45 | 0 | 2 | 5 | 260 | 117 | 115 |
| Binary | 10011000 | 11110011 | 11101101 | 100101 | 0 | 10 | 101 | 10110000 | 1001111 | 1001101 |
Color Harmonies of #98F3ED
Complementary color
Monochromatic Colors of #98F3ED
Black with #98F3ED
Text Example
Text Example
White with #98F3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98F3ED; }
p { color: rgb(152,243,237); }
H1.HeaderClassName
{
color: #98F3ED;
}
.AnyTagClassName
{
color: #98F3ED;
}
</style>
background-color css
<style>
a { background-color: #98F3ED; }
a { background-color: rgb(152,243,237); }
div.DivClassName
{
background-color: #98F3ED;
}
.BgClassName
{
background-color: #98F3ED;
}
</style>
border-color css
<style>
span { border-color: #98F3ED; }
span { border-color: rgb(152,243,237); }
td.TdClassName
{
border-color: #98F3ED;
}
.TagClassName
{
border-color: #98F3ED;
}
</style>