Shades of Pale Turquoise #96F2E2
Tints of Pale Turquoise #96F2E2
RGB
CMYK
RGB Variations
Color information
#96F2E2 (or 0x96F2E2) is known color: Pale Turquoise. HEX triplet: 96, F2 and E2. RGB value is (150,242,226). Sum of RGB (Red+Green+Blue) = 150+242+226=618 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.27% from 618); Green value is 242 (94.92% from 255 or 39.16% from 618); Blue value is 226 (88.67% from 255 or 36.57% from 618); Max value from RGB is 242 - color contains mainly: green. Hex color #96F2E2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96F2E2 is #690D1D. Grayscale: #D4D4D4. Windows color (decimal): -6884638 or 14873238. OLE color: 14873238.
HSL color Cylindrical-coordinate representation of color #96F2E2: hue angle of 169.57º degrees, saturation: 0.78, 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 #96F2E2 is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 150 | 242 | 226 | - |
| CMYK | 0.38 | 0 | 0.07 | 0.05 |
| HSL | 169.57º | 0.78% | 0.77% | - |
| HSV(B) | 169.57º | 0.38% | 0.95% | - |
| XYZ | 58.06 | 75.48 | 83.46 | - |
| YUV | 212.67 | 135.52 | 83.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 242 | 226 | 0.38 | 0 | 0.07 | 0.05 | 169.57 | 0.78 | 0.77 |
| Hex | 96 | F2 | E2 | 26 | 0 | 7 | 5 | AA | 4E | 4D |
| Octal | 226 | 362 | 342 | 46 | 0 | 7 | 5 | 252 | 116 | 115 |
| Binary | 10010110 | 11110010 | 11100010 | 100110 | 0 | 111 | 101 | 10101010 | 1001110 | 1001101 |
Color Harmonies of #96F2E2
Complementary color
Monochromatic Colors of #96F2E2
Black with #96F2E2
Text Example
Text Example
White with #96F2E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F2E2; }
p { color: rgb(150,242,226); }
H1.HeaderClassName
{
color: #96F2E2;
}
.AnyTagClassName
{
color: #96F2E2;
}
</style>
background-color css
<style>
a { background-color: #96F2E2; }
a { background-color: rgb(150,242,226); }
div.DivClassName
{
background-color: #96F2E2;
}
.BgClassName
{
background-color: #96F2E2;
}
</style>
border-color css
<style>
span { border-color: #96F2E2; }
span { border-color: rgb(150,242,226); }
td.TdClassName
{
border-color: #96F2E2;
}
.TagClassName
{
border-color: #96F2E2;
}
</style>