#9CF0EB

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

Shades of Pale Turquoise #9CF0EB

Tints of Pale Turquoise #9CF0EB

Color information

#9CF0EB (or 0x9CF0EB) is unknown color: approx Pale Turquoise. HEX triplet: 9C, F0 and EB. RGB value is (156,240,235). Sum of RGB (Red+Green+Blue) = 156+240+235=631 (83% of max value = 765). Red value is 156 (61.33% from 255 or 24.72% from 631); Green value is 240 (94.14% from 255 or 38.03% from 631); Blue value is 235 (92.19% from 255 or 37.24% from 631); Max value from RGB is 240 - color contains mainly: green. Hex color #9CF0EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CF0EB is #630F14. Grayscale: #D6D6D6. Windows color (decimal): -6491925 or 15462556. OLE color: 15462556.

HSL color Cylindrical-coordinate representation of color #9CF0EB: hue angle of 176.43º degrees, saturation: 0.74, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9CF0EB is Cyan = 0.35, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB156240235-
CMYK0.3500.020.06
HSL176.43º73.68%77.65%-
HSV(B)176.43º35%94.12%-
XYZ59.8775.3989.99-
YUV214.31139.6786.41-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 24.72%
GREEN value IS 240 (94.14% from 255) = 38.03%
BLUE value IS 235 (92.19% from 255) = 37.24%
R=24.72%
G=38.03%
B=37.24%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1562402350.3500.020.06176.4373.6877.65
Hex9CF0EB23026b04a4e
Octal23436035343026260112116
Binary1001110011110000111010111000110101101011000010010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CF0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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