#9BEAE2

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

Shades of Pale Turquoise #9BEAE2

Tints of Pale Turquoise #9BEAE2

Color information

#9BEAE2 (or 0x9BEAE2) is unknown color: approx Pale Turquoise. HEX triplet: 9B, EA and E2. RGB value is (155,234,226). Sum of RGB (Red+Green+Blue) = 155+234+226=615 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.20% from 615); Green value is 234 (91.80% from 255 or 38.05% from 615); Blue value is 226 (88.67% from 255 or 36.75% from 615); Max value from RGB is 234 - color contains mainly: green. Hex color #9BEAE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BEAE2 is #64151D. Grayscale: #D1D1D1. Windows color (decimal): -6559006 or 14871195. OLE color: 14871195.

HSL color Cylindrical-coordinate representation of color #9BEAE2: hue angle of 173.92º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BEAE2 is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB155234226-
CMYK0.3400.030.08
HSL173.92º65.29%76.27%-
HSV(B)173.92º33.76%91.76%-
XYZ56.6771.3182.73-
YUV209.47137.3389.15-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.20%
GREEN value IS 234 (91.80% from 255) = 38.05%
BLUE value IS 226 (88.67% from 255) = 36.75%
R=25.20%
G=38.05%
B=36.75%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1552342260.3400.030.08173.9265.2976.27
Hex9BEAE222038ae414c
Octal233352342420310256101114
Binary10011011111010101110001010001001110001010111010000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BEAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,234,226); }

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

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

 a { background-color: rgb(155,234,226); }

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

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

 span { border-color: rgb(155,234,226); }

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