Shades of Pale Turquoise #96F1E8
Tints of Pale Turquoise #96F1E8
RGB
CMYK
RGB Variations
Color information
#96F1E8 (or 0x96F1E8) is known color: Pale Turquoise. HEX triplet: 96, F1 and E8. RGB value is (150,241,232). Sum of RGB (Red+Green+Blue) = 150+241+232=623 (82% of max value = 765). Red value is 150 (58.98% from 255 or 24.08% from 623); Green value is 241 (94.53% from 255 or 38.68% from 623); Blue value is 232 (91.02% from 255 or 37.24% from 623); Max value from RGB is 241 - color contains mainly: green. Hex color #96F1E8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96F1E8 is #690E17. Grayscale: #D4D4D4. Windows color (decimal): -6884888 or 15266198. OLE color: 15266198.
HSL color Cylindrical-coordinate representation of color #96F1E8: hue angle of 174.07º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96F1E8 is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 150 | 241 | 232 | - |
| CMYK | 0.38 | 0 | 0.04 | 0.05 |
| HSL | 174.07º | 0.76% | 0.77% | - |
| HSV(B) | 174.07º | 0.38% | 0.95% | - |
| XYZ | 58.6 | 75.22 | 87.77 | - |
| YUV | 212.77 | 138.85 | 83.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 241 | 232 | 0.38 | 0 | 0.04 | 0.05 | 174.07 | 0.76 | 0.77 |
| Hex | 96 | F1 | E8 | 26 | 0 | 4 | 5 | AE | 4C | 4D |
| Octal | 226 | 361 | 350 | 46 | 0 | 4 | 5 | 256 | 114 | 115 |
| Binary | 10010110 | 11110001 | 11101000 | 100110 | 0 | 100 | 101 | 10101110 | 1001100 | 1001101 |
Color Harmonies of #96F1E8
Complementary color
Monochromatic Colors of #96F1E8
Black with #96F1E8
Text Example
Text Example
White with #96F1E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F1E8; }
p { color: rgb(150,241,232); }
H1.HeaderClassName
{
color: #96F1E8;
}
.AnyTagClassName
{
color: #96F1E8;
}
</style>
background-color css
<style>
a { background-color: #96F1E8; }
a { background-color: rgb(150,241,232); }
div.DivClassName
{
background-color: #96F1E8;
}
.BgClassName
{
background-color: #96F1E8;
}
</style>
border-color css
<style>
span { border-color: #96F1E8; }
span { border-color: rgb(150,241,232); }
td.TdClassName
{
border-color: #96F1E8;
}
.TagClassName
{
border-color: #96F1E8;
}
</style>