#9BFAEC

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

Shades of Pale Turquoise #9BFAEC

Tints of Pale Turquoise #9BFAEC

Color information

#9BFAEC (or 0x9BFAEC) is unknown color: approx Pale Turquoise. HEX triplet: 9B, FA and EC. RGB value is (155,250,236). Sum of RGB (Red+Green+Blue) = 155+250+236=641 (84% of max value = 765). Red value is 155 (60.94% from 255 or 24.18% from 641); Green value is 250 (98.05% from 255 or 39.00% from 641); Blue value is 236 (92.58% from 255 or 36.82% from 641); Max value from RGB is 250 - color contains mainly: green. Hex color #9BFAEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BFAEC is #640513. Grayscale: #DBDBDB. Windows color (decimal): -6554900 or 15530651. OLE color: 15530651.

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

Color convert

RGB155250236-
CMYK0.3800.060.02
HSL171.16º90.48%79.41%-
HSV(B)171.16º38%98.04%-
XYZ62.8481.491.76-
YUV220137.0381.64-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 24.18%
GREEN value IS 250 (98.05% from 255) = 39.00%
BLUE value IS 236 (92.58% from 255) = 36.82%
R=24.18%
G=39.00%
B=36.82%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1552502360.3800.060.02171.1690.4879.41
Hex9BFAEC26062ab5a4f
Octal23337235446062253132117
Binary1001101111111010111011001001100110101010101110110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BFAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,250,236); }

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

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

 a { background-color: rgb(155,250,236); }

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

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

 span { border-color: rgb(155,250,236); }

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