Shades of Pale Turquoise #96F2E7
Tints of Pale Turquoise #96F2E7
RGB
CMYK
RGB Variations
Color information
#96F2E7 (or 0x96F2E7) is known color: Pale Turquoise. HEX triplet: 96, F2 and E7. RGB value is (150,242,231). Sum of RGB (Red+Green+Blue) = 150+242+231=623 (82% of max value = 765). Red value is 150 (58.98% from 255 or 24.08% from 623); Green value is 242 (94.92% from 255 or 38.84% from 623); Blue value is 231 (90.62% from 255 or 37.08% from 623); Max value from RGB is 242 - color contains mainly: green. Hex color #96F2E7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96F2E7 is #690D18. Grayscale: #D5D5D5. Windows color (decimal): -6884633 or 15200918. OLE color: 15200918.
HSL color Cylindrical-coordinate representation of color #96F2E7: hue angle of 172.83º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96F2E7 is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 150 | 242 | 231 | - |
| CMYK | 0.38 | 0 | 0.05 | 0.05 |
| HSL | 172.83º | 0.78% | 0.77% | - |
| HSV(B) | 172.83º | 0.38% | 0.95% | - |
| XYZ | 58.75 | 75.76 | 87.13 | - |
| YUV | 213.24 | 138.02 | 82.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 242 | 231 | 0.38 | 0 | 0.05 | 0.05 | 172.83 | 0.78 | 0.77 |
| Hex | 96 | F2 | E7 | 26 | 0 | 5 | 5 | AD | 4E | 4D |
| Octal | 226 | 362 | 347 | 46 | 0 | 5 | 5 | 255 | 116 | 115 |
| Binary | 10010110 | 11110010 | 11100111 | 100110 | 0 | 101 | 101 | 10101101 | 1001110 | 1001101 |
Color Harmonies of #96F2E7
Complementary color
Monochromatic Colors of #96F2E7
Black with #96F2E7
Text Example
Text Example
White with #96F2E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F2E7; }
p { color: rgb(150,242,231); }
H1.HeaderClassName
{
color: #96F2E7;
}
.AnyTagClassName
{
color: #96F2E7;
}
</style>
background-color css
<style>
a { background-color: #96F2E7; }
a { background-color: rgb(150,242,231); }
div.DivClassName
{
background-color: #96F2E7;
}
.BgClassName
{
background-color: #96F2E7;
}
</style>
border-color css
<style>
span { border-color: #96F2E7; }
span { border-color: rgb(150,242,231); }
td.TdClassName
{
border-color: #96F2E7;
}
.TagClassName
{
border-color: #96F2E7;
}
</style>