Shades of Pale Turquoise #9FEDE5
Tints of Pale Turquoise #9FEDE5
RGB
CMYK
RGB Variations
Color information
#9FEDE5 (or 0x9FEDE5) is known color: Pale Turquoise. HEX triplet: 9F, ED and E5. RGB value is (159,237,229). Sum of RGB (Red+Green+Blue) = 159+237+229=625 (82% of max value = 765). Red value is 159 (62.5% from 255 or 25.44% from 625); Green value is 237 (92.97% from 255 or 37.92% from 625); Blue value is 229 (89.84% from 255 or 36.64% from 625); Max value from RGB is 237 - color contains mainly: green. Hex color #9FEDE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEDE5 is #60121A. Grayscale: #D4D4D4. Windows color (decimal): -6296091 or 15068575. OLE color: 15068575.
HSL color Cylindrical-coordinate representation of color #9FEDE5: hue angle of 173.85º 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 #9FEDE5 is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
RGB | 159 | 237 | 229 | - |
CMYK | 0.33 | 0 | 0.03 | 0.07 |
HSL | 173.85º | 0.68% | 0.78% | - |
HSV(B) | 173.85º | 0.33% | 0.93% | - |
XYZ | 58.73 | 73.6 | 85.24 | - |
YUV | 212.77 | 137.16 | 89.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 237 | 229 | 0.33 | 0 | 0.03 | 0.07 | 173.85 | 0.68 | 0.78 |
Hex | 9F | ED | E5 | 21 | 0 | 3 | 7 | AE | 44 | 4E |
Octal | 237 | 355 | 345 | 41 | 0 | 3 | 7 | 256 | 104 | 116 |
Binary | 10011111 | 11101101 | 11100101 | 100001 | 0 | 11 | 111 | 10101110 | 1000100 | 1001110 |
Color Harmonies of #9FEDE5
Complementary color
Monochromatic Colors of #9FEDE5
Black with #9FEDE5
Text Example
Text Example
White with #9FEDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEDE5; }
p { color: rgb(159,237,229); }
H1.HeaderClassName
{
color: #9FEDE5;
}
.AnyTagClassName
{
color: #9FEDE5;
}
</style>
background-color css
<style>
a { background-color: #9FEDE5; }
a { background-color: rgb(159,237,229); }
div.DivClassName
{
background-color: #9FEDE5;
}
.BgClassName
{
background-color: #9FEDE5;
}
</style>
border-color css
<style>
span { border-color: #9FEDE5; }
span { border-color: rgb(159,237,229); }
td.TdClassName
{
border-color: #9FEDE5;
}
.TagClassName
{
border-color: #9FEDE5;
}
</style>