Shades of Pale Turquoise #96FFED
Tints of Pale Turquoise #96FFED
RGB
CMYK
RGB Variations
Color information
#96FFED (or 0x96FFED) is known color: Pale Turquoise. HEX triplet: 96, FF and ED. RGB value is (150,255,237). Sum of RGB (Red+Green+Blue) = 150+255+237=642 (85% of max value = 765). Red value is 150 (58.98% from 255 or 23.36% from 642); Green value is 255 (100% from 255 or 39.72% from 642); Blue value is 237 (92.97% from 255 or 36.92% from 642); Max value from RGB is 255 - color contains mainly: green. Hex color #96FFED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96FFED is #690012. Grayscale: #DDDDDD. Windows color (decimal): -6881299 or 15597462. OLE color: 15597462.
HSL color Cylindrical-coordinate representation of color #96FFED: hue angle of 169.71º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96FFED is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 255 | 237 | - |
| CMYK | 0.41 | 0 | 0.07 | 0 |
| HSL | 169.71º | 1% | 0.79% | - |
| HSV(B) | 169.71º | 0.41% | 1% | - |
| XYZ | 63.62 | 84.12 | 93 | - |
| YUV | 221.55 | 136.71 | 76.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 255 | 237 | 0.41 | 0 | 0.07 | 0 | 169.71 | 1 | 0.79 |
| Hex | 96 | FF | ED | 29 | 0 | 7 | 0 | AA | 64 | 4F |
| Octal | 226 | 377 | 355 | 51 | 0 | 7 | 0 | 252 | 144 | 117 |
| Binary | 10010110 | 11111111 | 11101101 | 101001 | 0 | 111 | 0 | 10101010 | 1100100 | 1001111 |
Color Harmonies of #96FFED
Complementary color
Monochromatic Colors of #96FFED
Black with #96FFED
Text Example
Text Example
White with #96FFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FFED; }
p { color: rgb(150,255,237); }
H1.HeaderClassName
{
color: #96FFED;
}
.AnyTagClassName
{
color: #96FFED;
}
</style>
background-color css
<style>
a { background-color: #96FFED; }
a { background-color: rgb(150,255,237); }
div.DivClassName
{
background-color: #96FFED;
}
.BgClassName
{
background-color: #96FFED;
}
</style>
border-color css
<style>
span { border-color: #96FFED; }
span { border-color: rgb(150,255,237); }
td.TdClassName
{
border-color: #96FFED;
}
.TagClassName
{
border-color: #96FFED;
}
</style>