Shades of Pale Turquoise #9FEEEE
Tints of Pale Turquoise #9FEEEE
RGB
CMYK
RGB Variations
Color information
#9FEEEE (or 0x9FEEEE) is known color: Pale Turquoise. HEX triplet: 9F, EE and EE. RGB value is (159,238,238). Sum of RGB (Red+Green+Blue) = 159+238+238=635 (84% of max value = 765). Red value is 159 (62.5% from 255 or 25.04% from 635); Green value is 238 (93.36% from 255 or 37.48% from 635); Blue value is 238 (93.36% from 255 or 37.48% from 635); Max value from RGB is 238 - color contains mainly: green, blue. Hex color #9FEEEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FEEEE is #601111. Grayscale: #D6D6D6. Windows color (decimal): -6295826 or 15658655. OLE color: 15658655.
HSL color Cylindrical-coordinate representation of color #9FEEEE: hue angle of 180º 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 #9FEEEE is Cyan = 0.33, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 238 | 238 | - |
| CMYK | 0.33 | 0 | 0 | 0.07 |
| HSL | 180º | 0.7% | 0.78% | - |
| HSV(B) | 180º | 0.33% | 0.93% | - |
| XYZ | 60.31 | 74.69 | 92.13 | - |
| YUV | 214.38 | 141.33 | 88.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 238 | 238 | 0.33 | 0 | 0 | 0.07 | 180 | 0.7 | 0.78 |
| Hex | 9F | EE | EE | 21 | 0 | 0 | 7 | B4 | 46 | 4E |
| Octal | 237 | 356 | 356 | 41 | 0 | 0 | 7 | 264 | 106 | 116 |
| Binary | 10011111 | 11101110 | 11101110 | 100001 | 0 | 0 | 111 | 10110100 | 1000110 | 1001110 |
Color Harmonies of #9FEEEE
Complementary color
Monochromatic Colors of #9FEEEE
Black with #9FEEEE
Text Example
Text Example
White with #9FEEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEEEE; }
p { color: rgb(159,238,238); }
H1.HeaderClassName
{
color: #9FEEEE;
}
.AnyTagClassName
{
color: #9FEEEE;
}
</style>
background-color css
<style>
a { background-color: #9FEEEE; }
a { background-color: rgb(159,238,238); }
div.DivClassName
{
background-color: #9FEEEE;
}
.BgClassName
{
background-color: #9FEEEE;
}
</style>
border-color css
<style>
span { border-color: #9FEEEE; }
span { border-color: rgb(159,238,238); }
td.TdClassName
{
border-color: #9FEEEE;
}
.TagClassName
{
border-color: #9FEEEE;
}
</style>