Shades of Pale Turquoise #96F7EA
Tints of Pale Turquoise #96F7EA
RGB
CMYK
RGB Variations
Color information
#96F7EA (or 0x96F7EA) is known color: Pale Turquoise. HEX triplet: 96, F7 and EA. RGB value is (150,247,234). Sum of RGB (Red+Green+Blue) = 150+247+234=631 (83% of max value = 765). Red value is 150 (58.98% from 255 or 23.77% from 631); Green value is 247 (96.88% from 255 or 39.14% from 631); Blue value is 234 (91.80% from 255 or 37.08% from 631); Max value from RGB is 247 - color contains mainly: green. Hex color #96F7EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96F7EA is #690815. Grayscale: #D8D8D8. Windows color (decimal): -6883350 or 15398806. OLE color: 15398806.
HSL color Cylindrical-coordinate representation of color #96F7EA: hue angle of 171.96º degrees, saturation: 0.86, 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 #96F7EA is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 150 | 247 | 234 | - |
| CMYK | 0.39 | 0 | 0.05 | 0.03 |
| HSL | 171.96º | 0.86% | 0.78% | - |
| HSV(B) | 171.96º | 0.39% | 0.97% | - |
| XYZ | 60.69 | 78.95 | 89.88 | - |
| YUV | 216.52 | 137.86 | 80.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 247 | 234 | 0.39 | 0 | 0.05 | 0.03 | 171.96 | 0.86 | 0.78 |
| Hex | 96 | F7 | EA | 27 | 0 | 5 | 3 | AC | 56 | 4E |
| Octal | 226 | 367 | 352 | 47 | 0 | 5 | 3 | 254 | 126 | 116 |
| Binary | 10010110 | 11110111 | 11101010 | 100111 | 0 | 101 | 11 | 10101100 | 1010110 | 1001110 |
Color Harmonies of #96F7EA
Complementary color
Monochromatic Colors of #96F7EA
Black with #96F7EA
Text Example
Text Example
White with #96F7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F7EA; }
p { color: rgb(150,247,234); }
H1.HeaderClassName
{
color: #96F7EA;
}
.AnyTagClassName
{
color: #96F7EA;
}
</style>
background-color css
<style>
a { background-color: #96F7EA; }
a { background-color: rgb(150,247,234); }
div.DivClassName
{
background-color: #96F7EA;
}
.BgClassName
{
background-color: #96F7EA;
}
</style>
border-color css
<style>
span { border-color: #96F7EA; }
span { border-color: rgb(150,247,234); }
td.TdClassName
{
border-color: #96F7EA;
}
.TagClassName
{
border-color: #96F7EA;
}
</style>