Shades of Pale Turquoise #96FFF1
Tints of Pale Turquoise #96FFF1
RGB
CMYK
RGB Variations
Color information
#96FFF1 (or 0x96FFF1) is known color: Pale Turquoise. HEX triplet: 96, FF and F1. RGB value is (150,255,241). Sum of RGB (Red+Green+Blue) = 150+255+241=646 (85% of max value = 765). Red value is 150 (58.98% from 255 or 23.22% from 646); Green value is 255 (100% from 255 or 39.47% from 646); Blue value is 241 (94.53% from 255 or 37.31% from 646); Max value from RGB is 255 - color contains mainly: green. Hex color #96FFF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96FFF1 is #69000E. Grayscale: #DDDDDD. Windows color (decimal): -6881295 or 15859606. OLE color: 15859606.
HSL color Cylindrical-coordinate representation of color #96FFF1: hue angle of 172º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96FFF1 is Cyan = 0.41, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 255 | 241 | - |
| CMYK | 0.41 | 0 | 0.05 | 0 |
| HSL | 172º | 1% | 0.79% | - |
| HSV(B) | 172º | 0.41% | 1% | - |
| XYZ | 64.21 | 84.35 | 96.12 | - |
| YUV | 222.01 | 138.71 | 76.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 255 | 241 | 0.41 | 0 | 0.05 | 0 | 172 | 1 | 0.79 |
| Hex | 96 | FF | F1 | 29 | 0 | 5 | 0 | AC | 64 | 4F |
| Octal | 226 | 377 | 361 | 51 | 0 | 5 | 0 | 254 | 144 | 117 |
| Binary | 10010110 | 11111111 | 11110001 | 101001 | 0 | 101 | 0 | 10101100 | 1100100 | 1001111 |
Color Harmonies of #96FFF1
Complementary color
Monochromatic Colors of #96FFF1
Black with #96FFF1
Text Example
Text Example
White with #96FFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FFF1; }
p { color: rgb(150,255,241); }
H1.HeaderClassName
{
color: #96FFF1;
}
.AnyTagClassName
{
color: #96FFF1;
}
</style>
background-color css
<style>
a { background-color: #96FFF1; }
a { background-color: rgb(150,255,241); }
div.DivClassName
{
background-color: #96FFF1;
}
.BgClassName
{
background-color: #96FFF1;
}
</style>
border-color css
<style>
span { border-color: #96FFF1; }
span { border-color: rgb(150,255,241); }
td.TdClassName
{
border-color: #96FFF1;
}
.TagClassName
{
border-color: #96FFF1;
}
</style>