Shades of Pale Turquoise #9FEDEC
Tints of Pale Turquoise #9FEDEC
RGB
CMYK
RGB Variations
Color information
#9FEDEC (or 0x9FEDEC) is known color: Pale Turquoise. HEX triplet: 9F, ED and EC. RGB value is (159,237,236). Sum of RGB (Red+Green+Blue) = 159+237+236=632 (83% of max value = 765). Red value is 159 (62.5% from 255 or 25.16% from 632); Green value is 237 (92.97% from 255 or 37.5% from 632); Blue value is 236 (92.58% from 255 or 37.34% from 632); Max value from RGB is 237 - color contains mainly: green. Hex color #9FEDEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FEDEC is #601213. Grayscale: #D5D5D5. Windows color (decimal): -6296084 or 15527327. OLE color: 15527327.
HSL color Cylindrical-coordinate representation of color #9FEDEC: hue angle of 179.23º 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 #9FEDEC is Cyan = 0.33, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
RGB | 159 | 237 | 236 | - |
CMYK | 0.33 | 0 | 0.00 | 0.07 |
HSL | 179.23º | 0.68% | 0.78% | - |
HSV(B) | 179.23º | 0.33% | 0.93% | - |
XYZ | 59.72 | 74 | 90.49 | - |
YUV | 213.56 | 140.66 | 89.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 237 | 236 | 0.33 | 0 | 0.00 | 0.07 | 179.23 | 0.68 | 0.78 |
Hex | 9F | ED | EC | 21 | 0 | 0 | 7 | B3 | 44 | 4E |
Octal | 237 | 355 | 354 | 41 | 0 | 0 | 7 | 263 | 104 | 116 |
Binary | 10011111 | 11101101 | 11101100 | 100001 | 0 | 0 | 111 | 10110011 | 1000100 | 1001110 |
Color Harmonies of #9FEDEC
Complementary color
Monochromatic Colors of #9FEDEC
Black with #9FEDEC
Text Example
Text Example
White with #9FEDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEDEC; }
p { color: rgb(159,237,236); }
H1.HeaderClassName
{
color: #9FEDEC;
}
.AnyTagClassName
{
color: #9FEDEC;
}
</style>
background-color css
<style>
a { background-color: #9FEDEC; }
a { background-color: rgb(159,237,236); }
div.DivClassName
{
background-color: #9FEDEC;
}
.BgClassName
{
background-color: #9FEDEC;
}
</style>
border-color css
<style>
span { border-color: #9FEDEC; }
span { border-color: rgb(159,237,236); }
td.TdClassName
{
border-color: #9FEDEC;
}
.TagClassName
{
border-color: #9FEDEC;
}
</style>