Shades of Pale Turquoise #9CFEF1
Tints of Pale Turquoise #9CFEF1
RGB
CMYK
RGB Variations
Color information
#9CFEF1 (or 0x9CFEF1) is known color: Pale Turquoise. HEX triplet: 9C, FE and F1. RGB value is (156,254,241). Sum of RGB (Red+Green+Blue) = 156+254+241=651 (86% of max value = 765). Red value is 156 (61.33% from 255 or 23.96% from 651); Green value is 254 (99.61% from 255 or 39.02% from 651); Blue value is 241 (94.53% from 255 or 37.02% from 651); Max value from RGB is 254 - color contains mainly: green. Hex color #9CFEF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CFEF1 is #63010E. Grayscale: #DFDFDF. Windows color (decimal): -6488335 or 15859356. OLE color: 15859356.
HSL color Cylindrical-coordinate representation of color #9CFEF1: hue angle of 172.04º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9CFEF1 is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 156 | 254 | 241 | - |
| CMYK | 0.39 | 0 | 0.05 | 0.00 |
| HSL | 172.04º | 0.98% | 0.8% | - |
| HSV(B) | 172.04º | 0.39% | 1% | - |
| XYZ | 65.03 | 84.3 | 96.06 | - |
| YUV | 223.22 | 138.03 | 80.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 254 | 241 | 0.39 | 0 | 0.05 | 0.00 | 172.04 | 0.98 | 0.8 |
| Hex | 9C | FE | F1 | 27 | 0 | 5 | 0 | AC | 62 | 50 |
| Octal | 234 | 376 | 361 | 47 | 0 | 5 | 0 | 254 | 142 | 120 |
| Binary | 10011100 | 11111110 | 11110001 | 100111 | 0 | 101 | 0 | 10101100 | 1100010 | 1010000 |
Color Harmonies of #9CFEF1
Complementary color
Monochromatic Colors of #9CFEF1
Black with #9CFEF1
Text Example
Text Example
White with #9CFEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFEF1; }
p { color: rgb(156,254,241); }
H1.HeaderClassName
{
color: #9CFEF1;
}
.AnyTagClassName
{
color: #9CFEF1;
}
</style>
background-color css
<style>
a { background-color: #9CFEF1; }
a { background-color: rgb(156,254,241); }
div.DivClassName
{
background-color: #9CFEF1;
}
.BgClassName
{
background-color: #9CFEF1;
}
</style>
border-color css
<style>
span { border-color: #9CFEF1; }
span { border-color: rgb(156,254,241); }
td.TdClassName
{
border-color: #9CFEF1;
}
.TagClassName
{
border-color: #9CFEF1;
}
</style>