Shades of Pale Turquoise #9EFCFD
Tints of Pale Turquoise #9EFCFD
RGB
CMYK
RGB Variations
Color information
#9EFCFD (or 0x9EFCFD) is known color: Pale Turquoise. HEX triplet: 9E, FC and FD. RGB value is (158,252,253). Sum of RGB (Red+Green+Blue) = 158+252+253=663 (87% of max value = 765). Red value is 158 (62.11% from 255 or 23.83% from 663); Green value is 252 (98.83% from 255 or 38.01% from 663); Blue value is 253 (99.22% from 255 or 38.16% from 663); Max value from RGB is 253 - color contains mainly: blue. Hex color #9EFCFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EFCFD is #610302. Grayscale: #DFDFDF. Windows color (decimal): -6357763 or 16645278. OLE color: 16645278.
HSL color Cylindrical-coordinate representation of color #9EFCFD: hue angle of 180.63º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9EFCFD is Cyan = 0.38, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 158 | 252 | 253 | - |
CMYK | 0.38 | 0.00 | 0 | 0.01 |
HSL | 180.63º | 0.96% | 0.81% | - |
HSV(B) | 180.63º | 0.38% | 0.99% | - |
XYZ | 66.64 | 83.98 | 105.63 | - |
YUV | 224.01 | 144.36 | 80.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 158 | 252 | 253 | 0.38 | 0.00 | 0 | 0.01 | 180.63 | 0.96 | 0.81 |
Hex | 9E | FC | FD | 26 | 0 | 0 | 1 | B5 | 60 | 51 |
Octal | 236 | 374 | 375 | 46 | 0 | 0 | 1 | 265 | 140 | 121 |
Binary | 10011110 | 11111100 | 11111101 | 100110 | 0 | 0 | 1 | 10110101 | 1100000 | 1010001 |
Color Harmonies of #9EFCFD
Complementary color
Monochromatic Colors of #9EFCFD
Black with #9EFCFD
Text Example
Text Example
White with #9EFCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFCFD; }
p { color: rgb(158,252,253); }
H1.HeaderClassName
{
color: #9EFCFD;
}
.AnyTagClassName
{
color: #9EFCFD;
}
</style>
background-color css
<style>
a { background-color: #9EFCFD; }
a { background-color: rgb(158,252,253); }
div.DivClassName
{
background-color: #9EFCFD;
}
.BgClassName
{
background-color: #9EFCFD;
}
</style>
border-color css
<style>
span { border-color: #9EFCFD; }
span { border-color: rgb(158,252,253); }
td.TdClassName
{
border-color: #9EFCFD;
}
.TagClassName
{
border-color: #9EFCFD;
}
</style>