#9CF9F0

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

Shades of Pale Turquoise #9CF9F0

Tints of Pale Turquoise #9CF9F0

Color information

#9CF9F0 (or 0x9CF9F0) is unknown color: approx Pale Turquoise. HEX triplet: 9C, F9 and F0. RGB value is (156,249,240). Sum of RGB (Red+Green+Blue) = 156+249+240=645 (85% of max value = 765). Red value is 156 (61.33% from 255 or 24.19% from 645); Green value is 249 (97.66% from 255 or 38.60% from 645); Blue value is 240 (94.14% from 255 or 37.21% from 645); Max value from RGB is 249 - color contains mainly: green. Hex color #9CF9F0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CF9F0 is #63060F. Grayscale: #DCDCDC. Windows color (decimal): -6489616 or 15792540. OLE color: 15792540.

HSL color Cylindrical-coordinate representation of color #9CF9F0: hue angle of 174.19º 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 #9CF9F0 is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB156249240-
CMYK0.3700.040.02
HSL174.19º88.57%79.41%-
HSV(B)174.19º37.35%97.65%-
XYZ63.3181.1194.76-
YUV220.17139.1982.23-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 24.19%
GREEN value IS 249 (97.66% from 255) = 38.60%
BLUE value IS 240 (94.14% from 255) = 37.21%
R=24.19%
G=38.60%
B=37.21%

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
Decimal1562492400.3700.040.02174.1988.5779.41
Hex9CF9F025042ae594f
Octal23437136045042256131117
Binary1001110011111001111100001001010100101010111010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CF9F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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