Shades of Pale Turquoise #9CF8EC
Tints of Pale Turquoise #9CF8EC
RGB
CMYK
RGB Variations
Color information
#9CF8EC (or 0x9CF8EC) is known color: Pale Turquoise. HEX triplet: 9C, F8 and EC. RGB value is (156,248,236). Sum of RGB (Red+Green+Blue) = 156+248+236=640 (84% of max value = 765). Red value is 156 (61.33% from 255 or 24.38% from 640); Green value is 248 (97.27% from 255 or 38.75% from 640); Blue value is 236 (92.58% from 255 or 36.88% from 640); Max value from RGB is 248 - color contains mainly: green. Hex color #9CF8EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CF8EC is #630713. Grayscale: #DBDBDB. Windows color (decimal): -6489876 or 15530140. OLE color: 15530140.
HSL color Cylindrical-coordinate representation of color #9CF8EC: hue angle of 172.17º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9CF8EC is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 156 | 248 | 236 | - |
| CMYK | 0.37 | 0 | 0.05 | 0.03 |
| HSL | 172.17º | 0.87% | 0.79% | - |
| HSV(B) | 172.17º | 0.37% | 0.97% | - |
| XYZ | 62.42 | 80.26 | 91.56 | - |
| YUV | 219.12 | 137.52 | 82.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 248 | 236 | 0.37 | 0 | 0.05 | 0.03 | 172.17 | 0.87 | 0.79 |
| Hex | 9C | F8 | EC | 25 | 0 | 5 | 3 | AC | 57 | 4F |
| Octal | 234 | 370 | 354 | 45 | 0 | 5 | 3 | 254 | 127 | 117 |
| Binary | 10011100 | 11111000 | 11101100 | 100101 | 0 | 101 | 11 | 10101100 | 1010111 | 1001111 |
Color Harmonies of #9CF8EC
Complementary color
Monochromatic Colors of #9CF8EC
Black with #9CF8EC
Text Example
Text Example
White with #9CF8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF8EC; }
p { color: rgb(156,248,236); }
H1.HeaderClassName
{
color: #9CF8EC;
}
.AnyTagClassName
{
color: #9CF8EC;
}
</style>
background-color css
<style>
a { background-color: #9CF8EC; }
a { background-color: rgb(156,248,236); }
div.DivClassName
{
background-color: #9CF8EC;
}
.BgClassName
{
background-color: #9CF8EC;
}
</style>
border-color css
<style>
span { border-color: #9CF8EC; }
span { border-color: rgb(156,248,236); }
td.TdClassName
{
border-color: #9CF8EC;
}
.TagClassName
{
border-color: #9CF8EC;
}
</style>