#9CF9EF

Color #9CF9EF Pale Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Turquoise #9CF9EF

Tints of Pale Turquoise #9CF9EF

Color information

#9CF9EF (or 0x9CF9EF) is unknown color: approx Pale Turquoise. HEX triplet: 9C, F9 and EF. RGB value is (156,249,239). Sum of RGB (Red+Green+Blue) = 156+249+239=644 (85% of max value = 765). Red value is 156 (61.33% from 255 or 24.22% from 644); Green value is 249 (97.66% from 255 or 38.66% from 644); Blue value is 239 (93.75% from 255 or 37.11% from 644); Max value from RGB is 249 - color contains mainly: green. Hex color #9CF9EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CF9EF is #630610. Grayscale: #DBDBDB. Windows color (decimal): -6489617 or 15727004. OLE color: 15727004.

HSL color Cylindrical-coordinate representation of color #9CF9EF: hue angle of 173.55º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9CF9EF is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB156249239-
CMYK0.3700.040.02
HSL173.55º88.57%79.41%-
HSV(B)173.55º37.35%97.65%-
XYZ63.1781.0593.98-
YUV220.05138.6982.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 156 (61.33% from 255) = 24.22%
GREEN value IS 249 (97.66% from 255) = 38.66%
BLUE value IS 239 (93.75% from 255) = 37.11%
R=24.22%
G=38.66%
B=37.11%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1562492390.3700.040.02173.5588.5779.41
Hex9CF9EF25042ae594f
Octal23437135745042256131117
Binary1001110011111001111011111001010100101010111010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CF9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9CF9EF; }

 p { color: rgb(156,249,239); }

 H1.HeaderClassName
 {
   color: #9CF9EF;
 }
 .AnyTagClassName
 {
   color: #9CF9EF;
 }
</style>
background-color css

<style>
 a { background-color: #9CF9EF; }

 a { background-color: rgb(156,249,239); }

 div.DivClassName
 {
   background-color: #9CF9EF;
 }
 .BgClassName
 {
   background-color: #9CF9EF;
 }
</style>
border-color css

<style>
 span { border-color: #9CF9EF; }

 span { border-color: rgb(156,249,239); }

 td.TdClassName
 {
   border-color: #9CF9EF;
 }
 .TagClassName
 {
   border-color: #9CF9EF;
 }
</style>