Shades of Pale Turquoise #96F6F3
Tints of Pale Turquoise #96F6F3
RGB
CMYK
RGB Variations
Color information
#96F6F3 (or 0x96F6F3) is known color: Pale Turquoise. HEX triplet: 96, F6 and F3. RGB value is (150,246,243). Sum of RGB (Red+Green+Blue) = 150+246+243=639 (84% of max value = 765). Red value is 150 (58.98% from 255 or 23.47% from 639); Green value is 246 (96.48% from 255 or 38.50% from 639); Blue value is 243 (95.31% from 255 or 38.03% from 639); Max value from RGB is 246 - color contains mainly: green. Hex color #96F6F3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96F6F3 is #69090C. Grayscale: #D8D8D8. Windows color (decimal): -6883597 or 15988374. OLE color: 15988374.
HSL color Cylindrical-coordinate representation of color #96F6F3: hue angle of 178.12º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96F6F3 is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 150 | 246 | 243 | - |
| CMYK | 0.39 | 0 | 0.01 | 0.04 |
| HSL | 178.13º | 0.84% | 0.78% | - |
| HSV(B) | 178.13º | 0.39% | 0.96% | - |
| XYZ | 61.71 | 78.87 | 96.76 | - |
| YUV | 216.95 | 142.7 | 80.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 246 | 243 | 0.39 | 0 | 0.01 | 0.04 | 178.13 | 0.84 | 0.78 |
| Hex | 96 | F6 | F3 | 27 | 0 | 1 | 4 | B2 | 54 | 4E |
| Octal | 226 | 366 | 363 | 47 | 0 | 1 | 4 | 262 | 124 | 116 |
| Binary | 10010110 | 11110110 | 11110011 | 100111 | 0 | 1 | 100 | 10110010 | 1010100 | 1001110 |
Color Harmonies of #96F6F3
Complementary color
Monochromatic Colors of #96F6F3
Black with #96F6F3
Text Example
Text Example
White with #96F6F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F6F3; }
p { color: rgb(150,246,243); }
H1.HeaderClassName
{
color: #96F6F3;
}
.AnyTagClassName
{
color: #96F6F3;
}
</style>
background-color css
<style>
a { background-color: #96F6F3; }
a { background-color: rgb(150,246,243); }
div.DivClassName
{
background-color: #96F6F3;
}
.BgClassName
{
background-color: #96F6F3;
}
</style>
border-color css
<style>
span { border-color: #96F6F3; }
span { border-color: rgb(150,246,243); }
td.TdClassName
{
border-color: #96F6F3;
}
.TagClassName
{
border-color: #96F6F3;
}
</style>