Shades of Pale Turquoise #96F8EF
Tints of Pale Turquoise #96F8EF
RGB
CMYK
RGB Variations
Color information
#96F8EF (or 0x96F8EF) is known color: Pale Turquoise. HEX triplet: 96, F8 and EF. RGB value is (150,248,239). Sum of RGB (Red+Green+Blue) = 150+248+239=637 (84% of max value = 765). Red value is 150 (58.98% from 255 or 23.55% from 637); Green value is 248 (97.27% from 255 or 38.93% from 637); Blue value is 239 (93.75% from 255 or 37.52% from 637); Max value from RGB is 248 - color contains mainly: green. Hex color #96F8EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96F8EF is #690710. Grayscale: #D9D9D9. Windows color (decimal): -6883089 or 15726742. OLE color: 15726742.
HSL color Cylindrical-coordinate representation of color #96F8EF: hue angle of 174.49º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96F8EF is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 150 | 248 | 239 | - |
| CMYK | 0.40 | 0 | 0.04 | 0.03 |
| HSL | 174.49º | 0.88% | 0.78% | - |
| HSV(B) | 174.49º | 0.4% | 0.97% | - |
| XYZ | 61.73 | 79.85 | 93.82 | - |
| YUV | 217.67 | 140.03 | 79.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 248 | 239 | 0.40 | 0 | 0.04 | 0.03 | 174.49 | 0.88 | 0.78 |
| Hex | 96 | F8 | EF | 28 | 0 | 4 | 3 | AE | 58 | 4E |
| Octal | 226 | 370 | 357 | 50 | 0 | 4 | 3 | 256 | 130 | 116 |
| Binary | 10010110 | 11111000 | 11101111 | 101000 | 0 | 100 | 11 | 10101110 | 1011000 | 1001110 |
Color Harmonies of #96F8EF
Complementary color
Monochromatic Colors of #96F8EF
Black with #96F8EF
Text Example
Text Example
White with #96F8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F8EF; }
p { color: rgb(150,248,239); }
H1.HeaderClassName
{
color: #96F8EF;
}
.AnyTagClassName
{
color: #96F8EF;
}
</style>
background-color css
<style>
a { background-color: #96F8EF; }
a { background-color: rgb(150,248,239); }
div.DivClassName
{
background-color: #96F8EF;
}
.BgClassName
{
background-color: #96F8EF;
}
</style>
border-color css
<style>
span { border-color: #96F8EF; }
span { border-color: rgb(150,248,239); }
td.TdClassName
{
border-color: #96F8EF;
}
.TagClassName
{
border-color: #96F8EF;
}
</style>