Shades of Pale Turquoise #9CF9EF
Tints of Pale Turquoise #9CF9EF
RGB
CMYK
RGB Variations
Color information
#9CF9EF (or 0x9CF9EF) is known color: Pale Turquoise. HEX triplet: 9C, F9 and EF. RGB value is (156,249,239). Sum of RGB (Red+Green+Blue) = 156+249+239=644 (85% of max value = 765). Red value is 156 (61.33% from 255 or 24.22% from 644); Green value is 249 (97.66% from 255 or 38.66% from 644); Blue value is 239 (93.75% from 255 or 37.11% from 644); Max value from RGB is 249 - color contains mainly: green. Hex color #9CF9EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CF9EF is #630610. Grayscale: #DBDBDB. Windows color (decimal): -6489617 or 15727004. OLE color: 15727004.
HSL color Cylindrical-coordinate representation of color #9CF9EF: hue angle of 173.55º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9CF9EF is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 249 | 239 | - |
| CMYK | 0.37 | 0 | 0.04 | 0.02 |
| HSL | 173.55º | 0.89% | 0.79% | - |
| HSV(B) | 173.55º | 0.37% | 0.98% | - |
| XYZ | 63.17 | 81.05 | 93.98 | - |
| YUV | 220.05 | 138.69 | 82.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 249 | 239 | 0.37 | 0 | 0.04 | 0.02 | 173.55 | 0.89 | 0.79 |
| Hex | 9C | F9 | EF | 25 | 0 | 4 | 2 | AE | 59 | 4F |
| Octal | 234 | 371 | 357 | 45 | 0 | 4 | 2 | 256 | 131 | 117 |
| Binary | 10011100 | 11111001 | 11101111 | 100101 | 0 | 100 | 10 | 10101110 | 1011001 | 1001111 |
Color Harmonies of #9CF9EF
Complementary color
Monochromatic Colors of #9CF9EF
Black with #9CF9EF
Text Example
Text Example
White with #9CF9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF9EF; }
p { color: rgb(156,249,239); }
H1.HeaderClassName
{
color: #9CF9EF;
}
.AnyTagClassName
{
color: #9CF9EF;
}
</style>
background-color css
<style>
a { background-color: #9CF9EF; }
a { background-color: rgb(156,249,239); }
div.DivClassName
{
background-color: #9CF9EF;
}
.BgClassName
{
background-color: #9CF9EF;
}
</style>
border-color css
<style>
span { border-color: #9CF9EF; }
span { border-color: rgb(156,249,239); }
td.TdClassName
{
border-color: #9CF9EF;
}
.TagClassName
{
border-color: #9CF9EF;
}
</style>