#9BEEE5

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

Shades of Pale Turquoise #9BEEE5

Tints of Pale Turquoise #9BEEE5

Color information

#9BEEE5 (or 0x9BEEE5) is unknown color: approx Pale Turquoise. HEX triplet: 9B, EE and E5. RGB value is (155,238,229). Sum of RGB (Red+Green+Blue) = 155+238+229=622 (82% of max value = 765). Red value is 155 (60.94% from 255 or 24.92% from 622); Green value is 238 (93.36% from 255 or 38.26% from 622); Blue value is 229 (89.84% from 255 or 36.82% from 622); Max value from RGB is 238 - color contains mainly: green. Hex color #9BEEE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BEEE5 is #64111A. Grayscale: #D4D4D4. Windows color (decimal): -6557979 or 15068827. OLE color: 15068827.

HSL color Cylindrical-coordinate representation of color #9BEEE5: hue angle of 173.49º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BEEE5 is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB155238229-
CMYK0.3500.040.07
HSL173.49º70.94%77.06%-
HSV(B)173.49º34.87%93.33%-
XYZ58.2373.7785.3-
YUV212.16137.587.23-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 24.92%
GREEN value IS 238 (93.36% from 255) = 38.26%
BLUE value IS 229 (89.84% from 255) = 36.82%
R=24.92%
G=38.26%
B=36.82%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1552382290.3500.040.07173.4970.9477.06
Hex9BEEE523047ad474d
Octal23335634543047255107115
Binary10011011111011101110010110001101001111010110110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BEEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,238,229); }

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

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

 a { background-color: rgb(155,238,229); }

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

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

 span { border-color: rgb(155,238,229); }

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