#9BEFE5

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

Shades of Pale Turquoise #9BEFE5

Tints of Pale Turquoise #9BEFE5

Color information

#9BEFE5 (or 0x9BEFE5) is unknown color: approx Pale Turquoise. HEX triplet: 9B, EF and E5. RGB value is (155,239,229). Sum of RGB (Red+Green+Blue) = 155+239+229=623 (82% of max value = 765). Red value is 155 (60.94% from 255 or 24.88% from 623); Green value is 239 (93.75% from 255 or 38.36% from 623); Blue value is 229 (89.84% from 255 or 36.76% from 623); Max value from RGB is 239 - color contains mainly: green. Hex color #9BEFE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BEFE5 is #64101A. Grayscale: #D4D4D4. Windows color (decimal): -6557723 or 15069083. OLE color: 15069083.

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

Color convert

RGB155239229-
CMYK0.3500.040.06
HSL172.86º72.41%77.25%-
HSV(B)172.86º35.15%93.73%-
XYZ58.5374.3685.4-
YUV212.74137.1786.81-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 24.88%
GREEN value IS 239 (93.75% from 255) = 38.36%
BLUE value IS 229 (89.84% from 255) = 36.76%
R=24.88%
G=38.36%
B=36.76%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1552392290.3500.040.06172.8672.4177.25
Hex9BEFE523046ad484d
Octal23335734543046255110115
Binary10011011111011111110010110001101001101010110110010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BEFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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