Shades of Pale Turquoise #96FEED
Tints of Pale Turquoise #96FEED
RGB
CMYK
RGB Variations
Color information
#96FEED (or 0x96FEED) is known color: Pale Turquoise. HEX triplet: 96, FE and ED. RGB value is (150,254,237). Sum of RGB (Red+Green+Blue) = 150+254+237=641 (84% of max value = 765). Red value is 150 (58.98% from 255 or 23.40% from 641); Green value is 254 (99.61% from 255 or 39.63% from 641); Blue value is 237 (92.97% from 255 or 36.97% from 641); Max value from RGB is 254 - color contains mainly: green. Hex color #96FEED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96FEED is #690112. Grayscale: #DCDCDC. Windows color (decimal): -6881555 or 15597206. OLE color: 15597206.
HSL color Cylindrical-coordinate representation of color #96FEED: hue angle of 170.19º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96FEED is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 150 | 254 | 237 | - |
| CMYK | 0.41 | 0 | 0.07 | 0.00 |
| HSL | 170.19º | 0.98% | 0.79% | - |
| HSV(B) | 170.19º | 0.41% | 1% | - |
| XYZ | 63.31 | 83.48 | 92.9 | - |
| YUV | 220.97 | 137.04 | 77.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 254 | 237 | 0.41 | 0 | 0.07 | 0.00 | 170.19 | 0.98 | 0.79 |
| Hex | 96 | FE | ED | 29 | 0 | 7 | 0 | AA | 62 | 4F |
| Octal | 226 | 376 | 355 | 51 | 0 | 7 | 0 | 252 | 142 | 117 |
| Binary | 10010110 | 11111110 | 11101101 | 101001 | 0 | 111 | 0 | 10101010 | 1100010 | 1001111 |
Color Harmonies of #96FEED
Complementary color
Monochromatic Colors of #96FEED
Black with #96FEED
Text Example
Text Example
White with #96FEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FEED; }
p { color: rgb(150,254,237); }
H1.HeaderClassName
{
color: #96FEED;
}
.AnyTagClassName
{
color: #96FEED;
}
</style>
background-color css
<style>
a { background-color: #96FEED; }
a { background-color: rgb(150,254,237); }
div.DivClassName
{
background-color: #96FEED;
}
.BgClassName
{
background-color: #96FEED;
}
</style>
border-color css
<style>
span { border-color: #96FEED; }
span { border-color: rgb(150,254,237); }
td.TdClassName
{
border-color: #96FEED;
}
.TagClassName
{
border-color: #96FEED;
}
</style>