Shades of Pale Turquoise #98F2E2
Tints of Pale Turquoise #98F2E2
RGB
CMYK
RGB Variations
Color information
#98F2E2 (or 0x98F2E2) is known color: Pale Turquoise. HEX triplet: 98, F2 and E2. RGB value is (152,242,226). Sum of RGB (Red+Green+Blue) = 152+242+226=620 (82% of max value = 765). Red value is 152 (59.77% from 255 or 24.52% from 620); Green value is 242 (94.92% from 255 or 39.03% from 620); Blue value is 226 (88.67% from 255 or 36.45% from 620); Max value from RGB is 242 - color contains mainly: green. Hex color #98F2E2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98F2E2 is #670D1D. Grayscale: #D5D5D5. Windows color (decimal): -6753566 or 14873240. OLE color: 14873240.
HSL color Cylindrical-coordinate representation of color #98F2E2: hue angle of 169.33º 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 #98F2E2 is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 152 | 242 | 226 | - |
| CMYK | 0.37 | 0 | 0.07 | 0.05 |
| HSL | 169.33º | 0.78% | 0.77% | - |
| HSV(B) | 169.33º | 0.37% | 0.95% | - |
| XYZ | 58.43 | 75.67 | 83.48 | - |
| YUV | 213.27 | 135.18 | 84.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 242 | 226 | 0.37 | 0 | 0.07 | 0.05 | 169.33 | 0.78 | 0.77 |
| Hex | 98 | F2 | E2 | 25 | 0 | 7 | 5 | A9 | 4E | 4D |
| Octal | 230 | 362 | 342 | 45 | 0 | 7 | 5 | 251 | 116 | 115 |
| Binary | 10011000 | 11110010 | 11100010 | 100101 | 0 | 111 | 101 | 10101001 | 1001110 | 1001101 |
Color Harmonies of #98F2E2
Complementary color
Monochromatic Colors of #98F2E2
Black with #98F2E2
Text Example
Text Example
White with #98F2E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98F2E2; }
p { color: rgb(152,242,226); }
H1.HeaderClassName
{
color: #98F2E2;
}
.AnyTagClassName
{
color: #98F2E2;
}
</style>
background-color css
<style>
a { background-color: #98F2E2; }
a { background-color: rgb(152,242,226); }
div.DivClassName
{
background-color: #98F2E2;
}
.BgClassName
{
background-color: #98F2E2;
}
</style>
border-color css
<style>
span { border-color: #98F2E2; }
span { border-color: rgb(152,242,226); }
td.TdClassName
{
border-color: #98F2E2;
}
.TagClassName
{
border-color: #98F2E2;
}
</style>