Shades of Pale Turquoise #98EFE6
Tints of Pale Turquoise #98EFE6
RGB
CMYK
RGB Variations
Color information
#98EFE6 (or 0x98EFE6) is known color: Pale Turquoise. HEX triplet: 98, EF and E6. RGB value is (152,239,230). Sum of RGB (Red+Green+Blue) = 152+239+230=621 (82% of max value = 765). Red value is 152 (59.77% from 255 or 24.48% from 621); Green value is 239 (93.75% from 255 or 38.49% from 621); Blue value is 230 (90.23% from 255 or 37.04% from 621); Max value from RGB is 239 - color contains mainly: green. Hex color #98EFE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98EFE6 is #671019. Grayscale: #D3D3D3. Windows color (decimal): -6754330 or 15134616. OLE color: 15134616.
HSL color Cylindrical-coordinate representation of color #98EFE6: hue angle of 173.79º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98EFE6 is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 152 | 239 | 230 | - |
| CMYK | 0.36 | 0 | 0.04 | 0.06 |
| HSL | 173.79º | 0.73% | 0.77% | - |
| HSV(B) | 173.79º | 0.36% | 0.94% | - |
| XYZ | 58.1 | 74.12 | 86.11 | - |
| YUV | 211.96 | 138.18 | 85.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 239 | 230 | 0.36 | 0 | 0.04 | 0.06 | 173.79 | 0.73 | 0.77 |
| Hex | 98 | EF | E6 | 24 | 0 | 4 | 6 | AE | 49 | 4D |
| Octal | 230 | 357 | 346 | 44 | 0 | 4 | 6 | 256 | 111 | 115 |
| Binary | 10011000 | 11101111 | 11100110 | 100100 | 0 | 100 | 110 | 10101110 | 1001001 | 1001101 |
Color Harmonies of #98EFE6
Complementary color
Monochromatic Colors of #98EFE6
Black with #98EFE6
Text Example
Text Example
White with #98EFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98EFE6; }
p { color: rgb(152,239,230); }
H1.HeaderClassName
{
color: #98EFE6;
}
.AnyTagClassName
{
color: #98EFE6;
}
</style>
background-color css
<style>
a { background-color: #98EFE6; }
a { background-color: rgb(152,239,230); }
div.DivClassName
{
background-color: #98EFE6;
}
.BgClassName
{
background-color: #98EFE6;
}
</style>
border-color css
<style>
span { border-color: #98EFE6; }
span { border-color: rgb(152,239,230); }
td.TdClassName
{
border-color: #98EFE6;
}
.TagClassName
{
border-color: #98EFE6;
}
</style>