Shades of Pale Turquoise #96F5F2
Tints of Pale Turquoise #96F5F2
RGB
CMYK
RGB Variations
Color information
#96F5F2 (or 0x96F5F2) is known color: Pale Turquoise. HEX triplet: 96, F5 and F2. RGB value is (150,245,242). Sum of RGB (Red+Green+Blue) = 150+245+242=637 (84% of max value = 765). Red value is 150 (58.98% from 255 or 23.55% from 637); Green value is 245 (96.09% from 255 or 38.46% from 637); Blue value is 242 (94.92% from 255 or 37.99% from 637); Max value from RGB is 245 - color contains mainly: green. Hex color #96F5F2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96F5F2 is #690A0D. Grayscale: #D8D8D8. Windows color (decimal): -6883854 or 15922582. OLE color: 15922582.
HSL color Cylindrical-coordinate representation of color #96F5F2: hue angle of 178.11º 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 #96F5F2 is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 150 | 245 | 242 | - |
| CMYK | 0.39 | 0 | 0.01 | 0.04 |
| HSL | 178.11º | 0.83% | 0.77% | - |
| HSV(B) | 178.11º | 0.39% | 0.96% | - |
| XYZ | 61.26 | 78.2 | 95.87 | - |
| YUV | 216.25 | 142.53 | 80.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 245 | 242 | 0.39 | 0 | 0.01 | 0.04 | 178.11 | 0.83 | 0.77 |
| Hex | 96 | F5 | F2 | 27 | 0 | 1 | 4 | B2 | 53 | 4D |
| Octal | 226 | 365 | 362 | 47 | 0 | 1 | 4 | 262 | 123 | 115 |
| Binary | 10010110 | 11110101 | 11110010 | 100111 | 0 | 1 | 100 | 10110010 | 1010011 | 1001101 |
Color Harmonies of #96F5F2
Complementary color
Monochromatic Colors of #96F5F2
Black with #96F5F2
Text Example
Text Example
White with #96F5F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F5F2; }
p { color: rgb(150,245,242); }
H1.HeaderClassName
{
color: #96F5F2;
}
.AnyTagClassName
{
color: #96F5F2;
}
</style>
background-color css
<style>
a { background-color: #96F5F2; }
a { background-color: rgb(150,245,242); }
div.DivClassName
{
background-color: #96F5F2;
}
.BgClassName
{
background-color: #96F5F2;
}
</style>
border-color css
<style>
span { border-color: #96F5F2; }
span { border-color: rgb(150,245,242); }
td.TdClassName
{
border-color: #96F5F2;
}
.TagClassName
{
border-color: #96F5F2;
}
</style>