Shades of Pale Turquoise #96FDEA
Tints of Pale Turquoise #96FDEA
RGB
CMYK
RGB Variations
Color information
#96FDEA (or 0x96FDEA) is known color: Pale Turquoise. HEX triplet: 96, FD and EA. RGB value is (150,253,234). Sum of RGB (Red+Green+Blue) = 150+253+234=637 (84% of max value = 765). Red value is 150 (58.98% from 255 or 23.55% from 637); Green value is 253 (99.22% from 255 or 39.72% from 637); Blue value is 234 (91.80% from 255 or 36.73% from 637); Max value from RGB is 253 - color contains mainly: green. Hex color #96FDEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96FDEA is #690215. Grayscale: #DCDCDC. Windows color (decimal): -6881814 or 15400342. OLE color: 15400342.
HSL color Cylindrical-coordinate representation of color #96FDEA: hue angle of 168.93º 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 #96FDEA is Cyan = 0.41, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 150 | 253 | 234 | - |
| CMYK | 0.41 | 0 | 0.08 | 0.01 |
| HSL | 168.93º | 0.96% | 0.79% | - |
| HSV(B) | 168.93º | 0.41% | 0.99% | - |
| XYZ | 62.55 | 82.68 | 90.5 | - |
| YUV | 220.04 | 135.88 | 78.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 253 | 234 | 0.41 | 0 | 0.08 | 0.01 | 168.93 | 0.96 | 0.79 |
| Hex | 96 | FD | EA | 29 | 0 | 8 | 1 | A9 | 60 | 4F |
| Octal | 226 | 375 | 352 | 51 | 0 | 10 | 1 | 251 | 140 | 117 |
| Binary | 10010110 | 11111101 | 11101010 | 101001 | 0 | 1000 | 1 | 10101001 | 1100000 | 1001111 |
Color Harmonies of #96FDEA
Complementary color
Monochromatic Colors of #96FDEA
Black with #96FDEA
Text Example
Text Example
White with #96FDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FDEA; }
p { color: rgb(150,253,234); }
H1.HeaderClassName
{
color: #96FDEA;
}
.AnyTagClassName
{
color: #96FDEA;
}
</style>
background-color css
<style>
a { background-color: #96FDEA; }
a { background-color: rgb(150,253,234); }
div.DivClassName
{
background-color: #96FDEA;
}
.BgClassName
{
background-color: #96FDEA;
}
</style>
border-color css
<style>
span { border-color: #96FDEA; }
span { border-color: rgb(150,253,234); }
td.TdClassName
{
border-color: #96FDEA;
}
.TagClassName
{
border-color: #96FDEA;
}
</style>