Shades of Pale Turquoise #98F8E6
Tints of Pale Turquoise #98F8E6
RGB
CMYK
RGB Variations
Color information
#98F8E6 (or 0x98F8E6) is known color: Pale Turquoise. HEX triplet: 98, F8 and E6. RGB value is (152,248,230). Sum of RGB (Red+Green+Blue) = 152+248+230=630 (83% of max value = 765). Red value is 152 (59.77% from 255 or 24.13% from 630); Green value is 248 (97.27% from 255 or 39.37% from 630); Blue value is 230 (90.23% from 255 or 36.51% from 630); Max value from RGB is 248 - color contains mainly: green. Hex color #98F8E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98F8E6 is #670719. Grayscale: #D9D9D9. Windows color (decimal): -6752026 or 15136920. OLE color: 15136920.
HSL color Cylindrical-coordinate representation of color #98F8E6: hue angle of 168.75º degrees, saturation: 0.87, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #98F8E6 is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 152 | 248 | 230 | - |
| CMYK | 0.39 | 0 | 0.07 | 0.03 |
| HSL | 168.75º | 0.87% | 0.78% | - |
| HSV(B) | 168.75º | 0.39% | 0.97% | - |
| XYZ | 60.8 | 79.52 | 87.01 | - |
| YUV | 217.24 | 135.2 | 81.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 248 | 230 | 0.39 | 0 | 0.07 | 0.03 | 168.75 | 0.87 | 0.78 |
| Hex | 98 | F8 | E6 | 27 | 0 | 7 | 3 | A9 | 57 | 4E |
| Octal | 230 | 370 | 346 | 47 | 0 | 7 | 3 | 251 | 127 | 116 |
| Binary | 10011000 | 11111000 | 11100110 | 100111 | 0 | 111 | 11 | 10101001 | 1010111 | 1001110 |
Color Harmonies of #98F8E6
Complementary color
Monochromatic Colors of #98F8E6
Black with #98F8E6
Text Example
Text Example
White with #98F8E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98F8E6; }
p { color: rgb(152,248,230); }
H1.HeaderClassName
{
color: #98F8E6;
}
.AnyTagClassName
{
color: #98F8E6;
}
</style>
background-color css
<style>
a { background-color: #98F8E6; }
a { background-color: rgb(152,248,230); }
div.DivClassName
{
background-color: #98F8E6;
}
.BgClassName
{
background-color: #98F8E6;
}
</style>
border-color css
<style>
span { border-color: #98F8E6; }
span { border-color: rgb(152,248,230); }
td.TdClassName
{
border-color: #98F8E6;
}
.TagClassName
{
border-color: #98F8E6;
}
</style>