Shades of Pale Turquoise #9FEEEB
Tints of Pale Turquoise #9FEEEB
RGB
CMYK
RGB Variations
Color information
#9FEEEB (or 0x9FEEEB) is known color: Pale Turquoise. HEX triplet: 9F, EE and EB. RGB value is (159,238,235). Sum of RGB (Red+Green+Blue) = 159+238+235=632 (83% of max value = 765). Red value is 159 (62.5% from 255 or 25.16% from 632); Green value is 238 (93.36% from 255 or 37.66% from 632); Blue value is 235 (92.19% from 255 or 37.18% from 632); Max value from RGB is 238 - color contains mainly: green. Hex color #9FEEEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FEEEB is #601114. Grayscale: #D5D5D5. Windows color (decimal): -6295829 or 15462047. OLE color: 15462047.
HSL color Cylindrical-coordinate representation of color #9FEEEB: hue angle of 177.72º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FEEEB is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 238 | 235 | - |
| CMYK | 0.33 | 0 | 0.01 | 0.07 |
| HSL | 177.72º | 0.7% | 0.78% | - |
| HSV(B) | 177.72º | 0.33% | 0.93% | - |
| XYZ | 59.87 | 74.52 | 89.83 | - |
| YUV | 214.04 | 139.83 | 88.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 238 | 235 | 0.33 | 0 | 0.01 | 0.07 | 177.72 | 0.7 | 0.78 |
| Hex | 9F | EE | EB | 21 | 0 | 1 | 7 | B2 | 46 | 4E |
| Octal | 237 | 356 | 353 | 41 | 0 | 1 | 7 | 262 | 106 | 116 |
| Binary | 10011111 | 11101110 | 11101011 | 100001 | 0 | 1 | 111 | 10110010 | 1000110 | 1001110 |
Color Harmonies of #9FEEEB
Complementary color
Monochromatic Colors of #9FEEEB
Black with #9FEEEB
Text Example
Text Example
White with #9FEEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEEEB; }
p { color: rgb(159,238,235); }
H1.HeaderClassName
{
color: #9FEEEB;
}
.AnyTagClassName
{
color: #9FEEEB;
}
</style>
background-color css
<style>
a { background-color: #9FEEEB; }
a { background-color: rgb(159,238,235); }
div.DivClassName
{
background-color: #9FEEEB;
}
.BgClassName
{
background-color: #9FEEEB;
}
</style>
border-color css
<style>
span { border-color: #9FEEEB; }
span { border-color: rgb(159,238,235); }
td.TdClassName
{
border-color: #9FEEEB;
}
.TagClassName
{
border-color: #9FEEEB;
}
</style>