Shades of Pale Turquoise #96FBED
Tints of Pale Turquoise #96FBED
RGB
CMYK
RGB Variations
Color information
#96FBED (or 0x96FBED) is known color: Pale Turquoise. HEX triplet: 96, FB and ED. RGB value is (150,251,237). Sum of RGB (Red+Green+Blue) = 150+251+237=638 (84% of max value = 765). Red value is 150 (58.98% from 255 or 23.51% from 638); Green value is 251 (98.44% from 255 or 39.34% from 638); Blue value is 237 (92.97% from 255 or 37.15% from 638); Max value from RGB is 251 - color contains mainly: green. Hex color #96FBED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96FBED is #690412. Grayscale: #DBDBDB. Windows color (decimal): -6882323 or 15596438. OLE color: 15596438.
HSL color Cylindrical-coordinate representation of color #96FBED: hue angle of 171.68º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96FBED is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 251 | 237 | - |
| CMYK | 0.40 | 0 | 0.06 | 0.02 |
| HSL | 171.68º | 0.93% | 0.79% | - |
| HSV(B) | 171.68º | 0.4% | 0.98% | - |
| XYZ | 62.36 | 81.59 | 92.58 | - |
| YUV | 219.21 | 138.04 | 78.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 251 | 237 | 0.40 | 0 | 0.06 | 0.02 | 171.68 | 0.93 | 0.79 |
| Hex | 96 | FB | ED | 28 | 0 | 6 | 2 | AC | 5D | 4F |
| Octal | 226 | 373 | 355 | 50 | 0 | 6 | 2 | 254 | 135 | 117 |
| Binary | 10010110 | 11111011 | 11101101 | 101000 | 0 | 110 | 10 | 10101100 | 1011101 | 1001111 |
Color Harmonies of #96FBED
Complementary color
Monochromatic Colors of #96FBED
Black with #96FBED
Text Example
Text Example
White with #96FBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FBED; }
p { color: rgb(150,251,237); }
H1.HeaderClassName
{
color: #96FBED;
}
.AnyTagClassName
{
color: #96FBED;
}
</style>
background-color css
<style>
a { background-color: #96FBED; }
a { background-color: rgb(150,251,237); }
div.DivClassName
{
background-color: #96FBED;
}
.BgClassName
{
background-color: #96FBED;
}
</style>
border-color css
<style>
span { border-color: #96FBED; }
span { border-color: rgb(150,251,237); }
td.TdClassName
{
border-color: #96FBED;
}
.TagClassName
{
border-color: #96FBED;
}
</style>