Shades of Pale Turquoise #9CF7FF
Tints of Pale Turquoise #9CF7FF
RGB
CMYK
RGB Variations
Color information
#9CF7FF (or 0x9CF7FF) is known color: Pale Turquoise. HEX triplet: 9C, F7 and FF. RGB value is (156,247,255). Sum of RGB (Red+Green+Blue) = 156+247+255=658 (87% of max value = 765). Red value is 156 (61.33% from 255 or 23.71% from 658); Green value is 247 (96.88% from 255 or 37.54% from 658); Blue value is 255 (100% from 255 or 38.75% from 658); Max value from RGB is 255 - color contains mainly: blue. Hex color #9CF7FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CF7FF is #630800. Grayscale: #DCDCDC. Windows color (decimal): -6490113 or 16775068. OLE color: 16775068.
HSL color Cylindrical-coordinate representation of color #9CF7FF: hue angle of 184.85º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9CF7FF is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 156 | 247 | 255 | - |
| CMYK | 0.39 | 0.03 | 0 | 0 |
| HSL | 184.85º | 1% | 0.81% | - |
| HSV(B) | 184.85º | 0.39% | 1% | - |
| XYZ | 65.02 | 80.81 | 106.78 | - |
| YUV | 220.7 | 147.35 | 81.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 247 | 255 | 0.39 | 0.03 | 0 | 0 | 184.85 | 1 | 0.81 |
| Hex | 9C | F7 | FF | 27 | 3 | 0 | 0 | B9 | 64 | 51 |
| Octal | 234 | 367 | 377 | 47 | 3 | 0 | 0 | 271 | 144 | 121 |
| Binary | 10011100 | 11110111 | 11111111 | 100111 | 11 | 0 | 0 | 10111001 | 1100100 | 1010001 |
Color Harmonies of #9CF7FF
Complementary color
Monochromatic Colors of #9CF7FF
Black with #9CF7FF
Text Example
Text Example
White with #9CF7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF7FF; }
p { color: rgb(156,247,255); }
H1.HeaderClassName
{
color: #9CF7FF;
}
.AnyTagClassName
{
color: #9CF7FF;
}
</style>
background-color css
<style>
a { background-color: #9CF7FF; }
a { background-color: rgb(156,247,255); }
div.DivClassName
{
background-color: #9CF7FF;
}
.BgClassName
{
background-color: #9CF7FF;
}
</style>
border-color css
<style>
span { border-color: #9CF7FF; }
span { border-color: rgb(156,247,255); }
td.TdClassName
{
border-color: #9CF7FF;
}
.TagClassName
{
border-color: #9CF7FF;
}
</style>