Shades of Pale Turquoise #96FDEB
Tints of Pale Turquoise #96FDEB
RGB
CMYK
RGB Variations
Color information
#96FDEB (or 0x96FDEB) is known color: Pale Turquoise. HEX triplet: 96, FD and EB. RGB value is (150,253,235). Sum of RGB (Red+Green+Blue) = 150+253+235=638 (84% of max value = 765). Red value is 150 (58.98% from 255 or 23.51% from 638); Green value is 253 (99.22% from 255 or 39.66% from 638); Blue value is 235 (92.19% from 255 or 36.83% from 638); Max value from RGB is 253 - color contains mainly: green. Hex color #96FDEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96FDEB is #690214. Grayscale: #DCDCDC. Windows color (decimal): -6881813 or 15465878. OLE color: 15465878.
HSL color Cylindrical-coordinate representation of color #96FDEB: hue angle of 169.51º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96FDEB is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 150 | 253 | 235 | - |
| CMYK | 0.41 | 0 | 0.07 | 0.01 |
| HSL | 169.51º | 0.96% | 0.79% | - |
| HSV(B) | 169.51º | 0.41% | 0.99% | - |
| XYZ | 62.7 | 82.73 | 91.26 | - |
| YUV | 220.15 | 136.38 | 77.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 253 | 235 | 0.41 | 0 | 0.07 | 0.01 | 169.51 | 0.96 | 0.79 |
| Hex | 96 | FD | EB | 29 | 0 | 7 | 1 | AA | 60 | 4F |
| Octal | 226 | 375 | 353 | 51 | 0 | 7 | 1 | 252 | 140 | 117 |
| Binary | 10010110 | 11111101 | 11101011 | 101001 | 0 | 111 | 1 | 10101010 | 1100000 | 1001111 |
Color Harmonies of #96FDEB
Complementary color
Monochromatic Colors of #96FDEB
Black with #96FDEB
Text Example
Text Example
White with #96FDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FDEB; }
p { color: rgb(150,253,235); }
H1.HeaderClassName
{
color: #96FDEB;
}
.AnyTagClassName
{
color: #96FDEB;
}
</style>
background-color css
<style>
a { background-color: #96FDEB; }
a { background-color: rgb(150,253,235); }
div.DivClassName
{
background-color: #96FDEB;
}
.BgClassName
{
background-color: #96FDEB;
}
</style>
border-color css
<style>
span { border-color: #96FDEB; }
span { border-color: rgb(150,253,235); }
td.TdClassName
{
border-color: #96FDEB;
}
.TagClassName
{
border-color: #96FDEB;
}
</style>