Shades of Pale Turquoise #9CFBED
Tints of Pale Turquoise #9CFBED
RGB
CMYK
RGB Variations
Color information
#9CFBED (or 0x9CFBED) is known color: Pale Turquoise. HEX triplet: 9C, FB and ED. RGB value is (156,251,237). Sum of RGB (Red+Green+Blue) = 156+251+237=644 (85% of max value = 765). Red value is 156 (61.33% from 255 or 24.22% from 644); Green value is 251 (98.44% from 255 or 38.98% from 644); Blue value is 237 (92.97% from 255 or 36.80% from 644); Max value from RGB is 251 - color contains mainly: green. Hex color #9CFBED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CFBED is #630412. Grayscale: #DCDCDC. Windows color (decimal): -6489107 or 15596444. OLE color: 15596444.
HSL color Cylindrical-coordinate representation of color #9CFBED: hue angle of 171.16º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CFBED is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 251 | 237 | - |
| CMYK | 0.38 | 0 | 0.06 | 0.02 |
| HSL | 171.16º | 0.92% | 0.8% | - |
| HSV(B) | 171.16º | 0.38% | 0.98% | - |
| XYZ | 63.49 | 82.18 | 92.64 | - |
| YUV | 221 | 137.03 | 81.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 251 | 237 | 0.38 | 0 | 0.06 | 0.02 | 171.16 | 0.92 | 0.8 |
| Hex | 9C | FB | ED | 26 | 0 | 6 | 2 | AB | 5C | 50 |
| Octal | 234 | 373 | 355 | 46 | 0 | 6 | 2 | 253 | 134 | 120 |
| Binary | 10011100 | 11111011 | 11101101 | 100110 | 0 | 110 | 10 | 10101011 | 1011100 | 1010000 |
Color Harmonies of #9CFBED
Complementary color
Monochromatic Colors of #9CFBED
Black with #9CFBED
Text Example
Text Example
White with #9CFBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFBED; }
p { color: rgb(156,251,237); }
H1.HeaderClassName
{
color: #9CFBED;
}
.AnyTagClassName
{
color: #9CFBED;
}
</style>
background-color css
<style>
a { background-color: #9CFBED; }
a { background-color: rgb(156,251,237); }
div.DivClassName
{
background-color: #9CFBED;
}
.BgClassName
{
background-color: #9CFBED;
}
</style>
border-color css
<style>
span { border-color: #9CFBED; }
span { border-color: rgb(156,251,237); }
td.TdClassName
{
border-color: #9CFBED;
}
.TagClassName
{
border-color: #9CFBED;
}
</style>