Shades of Pale Turquoise #9FEDEA
Tints of Pale Turquoise #9FEDEA
RGB
CMYK
RGB Variations
Color information
#9FEDEA (or 0x9FEDEA) is known color: Pale Turquoise. HEX triplet: 9F, ED and EA. RGB value is (159,237,234). Sum of RGB (Red+Green+Blue) = 159+237+234=630 (83% of max value = 765). Red value is 159 (62.5% from 255 or 25.24% from 630); Green value is 237 (92.97% from 255 or 37.62% from 630); Blue value is 234 (91.80% from 255 or 37.14% from 630); Max value from RGB is 237 - color contains mainly: green. Hex color #9FEDEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FEDEA is #601215. Grayscale: #D5D5D5. Windows color (decimal): -6296086 or 15396255. OLE color: 15396255.
HSL color Cylindrical-coordinate representation of color #9FEDEA: hue angle of 177.69º degrees, saturation: 0.68, 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 #9FEDEA is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 237 | 234 | - |
| CMYK | 0.33 | 0 | 0.01 | 0.07 |
| HSL | 177.69º | 0.68% | 0.78% | - |
| HSV(B) | 177.69º | 0.33% | 0.93% | - |
| XYZ | 59.43 | 73.88 | 88.97 | - |
| YUV | 213.34 | 139.66 | 89.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 237 | 234 | 0.33 | 0 | 0.01 | 0.07 | 177.69 | 0.68 | 0.78 |
| Hex | 9F | ED | EA | 21 | 0 | 1 | 7 | B2 | 44 | 4E |
| Octal | 237 | 355 | 352 | 41 | 0 | 1 | 7 | 262 | 104 | 116 |
| Binary | 10011111 | 11101101 | 11101010 | 100001 | 0 | 1 | 111 | 10110010 | 1000100 | 1001110 |
Color Harmonies of #9FEDEA
Complementary color
Monochromatic Colors of #9FEDEA
Black with #9FEDEA
Text Example
Text Example
White with #9FEDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEDEA; }
p { color: rgb(159,237,234); }
H1.HeaderClassName
{
color: #9FEDEA;
}
.AnyTagClassName
{
color: #9FEDEA;
}
</style>
background-color css
<style>
a { background-color: #9FEDEA; }
a { background-color: rgb(159,237,234); }
div.DivClassName
{
background-color: #9FEDEA;
}
.BgClassName
{
background-color: #9FEDEA;
}
</style>
border-color css
<style>
span { border-color: #9FEDEA; }
span { border-color: rgb(159,237,234); }
td.TdClassName
{
border-color: #9FEDEA;
}
.TagClassName
{
border-color: #9FEDEA;
}
</style>