Shades of Pale Turquoise #96F5ED
Tints of Pale Turquoise #96F5ED
RGB
CMYK
RGB Variations
Color information
#96F5ED (or 0x96F5ED) is known color: Pale Turquoise. HEX triplet: 96, F5 and ED. RGB value is (150,245,237). Sum of RGB (Red+Green+Blue) = 150+245+237=632 (83% of max value = 765). Red value is 150 (58.98% from 255 or 23.73% from 632); Green value is 245 (96.09% from 255 or 38.77% from 632); Blue value is 237 (92.97% from 255 or 37.5% from 632); Max value from RGB is 245 - color contains mainly: green. Hex color #96F5ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96F5ED is #690A12. Grayscale: #D7D7D7. Windows color (decimal): -6883859 or 15594902. OLE color: 15594902.
HSL color Cylindrical-coordinate representation of color #96F5ED: hue angle of 174.95º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96F5ED is Cyan = 0.39, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 150 | 245 | 237 | - |
| CMYK | 0.39 | 0 | 0.03 | 0.04 |
| HSL | 174.95º | 0.83% | 0.77% | - |
| HSV(B) | 174.95º | 0.39% | 0.96% | - |
| XYZ | 60.52 | 77.9 | 91.97 | - |
| YUV | 215.68 | 140.03 | 81.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 245 | 237 | 0.39 | 0 | 0.03 | 0.04 | 174.95 | 0.83 | 0.77 |
| Hex | 96 | F5 | ED | 27 | 0 | 3 | 4 | AF | 53 | 4D |
| Octal | 226 | 365 | 355 | 47 | 0 | 3 | 4 | 257 | 123 | 115 |
| Binary | 10010110 | 11110101 | 11101101 | 100111 | 0 | 11 | 100 | 10101111 | 1010011 | 1001101 |
Color Harmonies of #96F5ED
Complementary color
Monochromatic Colors of #96F5ED
Black with #96F5ED
Text Example
Text Example
White with #96F5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F5ED; }
p { color: rgb(150,245,237); }
H1.HeaderClassName
{
color: #96F5ED;
}
.AnyTagClassName
{
color: #96F5ED;
}
</style>
background-color css
<style>
a { background-color: #96F5ED; }
a { background-color: rgb(150,245,237); }
div.DivClassName
{
background-color: #96F5ED;
}
.BgClassName
{
background-color: #96F5ED;
}
</style>
border-color css
<style>
span { border-color: #96F5ED; }
span { border-color: rgb(150,245,237); }
td.TdClassName
{
border-color: #96F5ED;
}
.TagClassName
{
border-color: #96F5ED;
}
</style>