Shades of Pale Turquoise #9CF6EA
Tints of Pale Turquoise #9CF6EA
RGB
CMYK
RGB Variations
Color information
#9CF6EA (or 0x9CF6EA) is known color: Pale Turquoise. HEX triplet: 9C, F6 and EA. RGB value is (156,246,234). Sum of RGB (Red+Green+Blue) = 156+246+234=636 (84% of max value = 765). Red value is 156 (61.33% from 255 or 24.53% from 636); Green value is 246 (96.48% from 255 or 38.68% from 636); Blue value is 234 (91.80% from 255 or 36.79% from 636); Max value from RGB is 246 - color contains mainly: green. Hex color #9CF6EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CF6EA is #630915. Grayscale: #D9D9D9. Windows color (decimal): -6490390 or 15398556. OLE color: 15398556.
HSL color Cylindrical-coordinate representation of color #9CF6EA: hue angle of 172º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9CF6EA is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 156 | 246 | 234 | - |
| CMYK | 0.37 | 0 | 0.05 | 0.04 |
| HSL | 172º | 0.83% | 0.79% | - |
| HSV(B) | 172º | 0.37% | 0.96% | - |
| XYZ | 61.52 | 78.92 | 89.83 | - |
| YUV | 217.72 | 137.18 | 83.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 246 | 234 | 0.37 | 0 | 0.05 | 0.04 | 172 | 0.83 | 0.79 |
| Hex | 9C | F6 | EA | 25 | 0 | 5 | 4 | AC | 53 | 4F |
| Octal | 234 | 366 | 352 | 45 | 0 | 5 | 4 | 254 | 123 | 117 |
| Binary | 10011100 | 11110110 | 11101010 | 100101 | 0 | 101 | 100 | 10101100 | 1010011 | 1001111 |
Color Harmonies of #9CF6EA
Complementary color
Monochromatic Colors of #9CF6EA
Black with #9CF6EA
Text Example
Text Example
White with #9CF6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF6EA; }
p { color: rgb(156,246,234); }
H1.HeaderClassName
{
color: #9CF6EA;
}
.AnyTagClassName
{
color: #9CF6EA;
}
</style>
background-color css
<style>
a { background-color: #9CF6EA; }
a { background-color: rgb(156,246,234); }
div.DivClassName
{
background-color: #9CF6EA;
}
.BgClassName
{
background-color: #9CF6EA;
}
</style>
border-color css
<style>
span { border-color: #9CF6EA; }
span { border-color: rgb(156,246,234); }
td.TdClassName
{
border-color: #9CF6EA;
}
.TagClassName
{
border-color: #9CF6EA;
}
</style>