Shades of Pale Turquoise #9FFCFD
Tints of Pale Turquoise #9FFCFD
RGB
CMYK
RGB Variations
Color information
#9FFCFD (or 0x9FFCFD) is known color: Pale Turquoise. HEX triplet: 9F, FC and FD. RGB value is (159,252,253). Sum of RGB (Red+Green+Blue) = 159+252+253=664 (87% of max value = 765). Red value is 159 (62.5% from 255 or 23.95% from 664); Green value is 252 (98.83% from 255 or 37.95% from 664); Blue value is 253 (99.22% from 255 or 38.10% from 664); Max value from RGB is 253 - color contains mainly: blue. Hex color #9FFCFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FFCFD is #600302. Grayscale: #E0E0E0. Windows color (decimal): -6292227 or 16645279. OLE color: 16645279.
HSL color Cylindrical-coordinate representation of color #9FFCFD: hue angle of 180.64º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FFCFD is Cyan = 0.37, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 252 | 253 | - |
| CMYK | 0.37 | 0.00 | 0 | 0.01 |
| HSL | 180.64º | 0.96% | 0.81% | - |
| HSV(B) | 180.64º | 0.37% | 0.99% | - |
| XYZ | 66.84 | 84.08 | 105.64 | - |
| YUV | 224.31 | 144.19 | 81.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 252 | 253 | 0.37 | 0.00 | 0 | 0.01 | 180.64 | 0.96 | 0.81 |
| Hex | 9F | FC | FD | 25 | 0 | 0 | 1 | B5 | 60 | 51 |
| Octal | 237 | 374 | 375 | 45 | 0 | 0 | 1 | 265 | 140 | 121 |
| Binary | 10011111 | 11111100 | 11111101 | 100101 | 0 | 0 | 1 | 10110101 | 1100000 | 1010001 |
Color Harmonies of #9FFCFD
Complementary color
Monochromatic Colors of #9FFCFD
Black with #9FFCFD
Text Example
Text Example
White with #9FFCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFCFD; }
p { color: rgb(159,252,253); }
H1.HeaderClassName
{
color: #9FFCFD;
}
.AnyTagClassName
{
color: #9FFCFD;
}
</style>
background-color css
<style>
a { background-color: #9FFCFD; }
a { background-color: rgb(159,252,253); }
div.DivClassName
{
background-color: #9FFCFD;
}
.BgClassName
{
background-color: #9FFCFD;
}
</style>
border-color css
<style>
span { border-color: #9FFCFD; }
span { border-color: rgb(159,252,253); }
td.TdClassName
{
border-color: #9FFCFD;
}
.TagClassName
{
border-color: #9FFCFD;
}
</style>