Shades of Pale Turquoise #9CFAFD
Tints of Pale Turquoise #9CFAFD
RGB
CMYK
RGB Variations
Color information
#9CFAFD (or 0x9CFAFD) is known color: Pale Turquoise. HEX triplet: 9C, FA and FD. RGB value is (156,250,253). Sum of RGB (Red+Green+Blue) = 156+250+253=659 (87% of max value = 765). Red value is 156 (61.33% from 255 or 23.67% from 659); Green value is 250 (98.05% from 255 or 37.94% from 659); Blue value is 253 (99.22% from 255 or 38.39% from 659); Max value from RGB is 253 - color contains mainly: blue. Hex color #9CFAFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CFAFD is #630502. Grayscale: #DEDEDE. Windows color (decimal): -6489347 or 16644764. OLE color: 16644764.
HSL color Cylindrical-coordinate representation of color #9CFAFD: hue angle of 181.86º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CFAFD is Cyan = 0.38, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 156 | 250 | 253 | - |
| CMYK | 0.38 | 0.01 | 0 | 0.01 |
| HSL | 181.86º | 0.96% | 0.8% | - |
| HSV(B) | 181.86º | 0.38% | 0.99% | - |
| XYZ | 65.63 | 82.53 | 105.4 | - |
| YUV | 222.24 | 145.36 | 80.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 250 | 253 | 0.38 | 0.01 | 0 | 0.01 | 181.86 | 0.96 | 0.8 |
| Hex | 9C | FA | FD | 26 | 1 | 0 | 1 | B6 | 60 | 50 |
| Octal | 234 | 372 | 375 | 46 | 1 | 0 | 1 | 266 | 140 | 120 |
| Binary | 10011100 | 11111010 | 11111101 | 100110 | 1 | 0 | 1 | 10110110 | 1100000 | 1010000 |
Color Harmonies of #9CFAFD
Complementary color
Monochromatic Colors of #9CFAFD
Black with #9CFAFD
Text Example
Text Example
White with #9CFAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFAFD; }
p { color: rgb(156,250,253); }
H1.HeaderClassName
{
color: #9CFAFD;
}
.AnyTagClassName
{
color: #9CFAFD;
}
</style>
background-color css
<style>
a { background-color: #9CFAFD; }
a { background-color: rgb(156,250,253); }
div.DivClassName
{
background-color: #9CFAFD;
}
.BgClassName
{
background-color: #9CFAFD;
}
</style>
border-color css
<style>
span { border-color: #9CFAFD; }
span { border-color: rgb(156,250,253); }
td.TdClassName
{
border-color: #9CFAFD;
}
.TagClassName
{
border-color: #9CFAFD;
}
</style>