#9BEBE4

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

Shades of Pale Turquoise #9BEBE4

Tints of Pale Turquoise #9BEBE4

Color information

#9BEBE4 (or 0x9BEBE4) is unknown color: approx Pale Turquoise. HEX triplet: 9B, EB and E4. RGB value is (155,235,228). Sum of RGB (Red+Green+Blue) = 155+235+228=618 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.08% from 618); Green value is 235 (92.19% from 255 or 38.03% from 618); Blue value is 228 (89.45% from 255 or 36.89% from 618); Max value from RGB is 235 - color contains mainly: green. Hex color #9BEBE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BEBE4 is #64141B. Grayscale: #D2D2D2. Windows color (decimal): -6558748 or 15002523. OLE color: 15002523.

HSL color Cylindrical-coordinate representation of color #9BEBE4: hue angle of 174.75º degrees, saturation: 0.67, 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 #9BEBE4 is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB155235228-
CMYK0.3400.030.08
HSL174.75º66.67%76.47%-
HSV(B)174.75º34.04%92.16%-
XYZ57.2371.9984.28-
YUV210.2813888.57-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.08%
GREEN value IS 235 (92.19% from 255) = 38.03%
BLUE value IS 228 (89.45% from 255) = 36.89%
R=25.08%
G=38.03%
B=36.89%

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
Decimal1552352280.3400.030.08174.7566.6776.47
Hex9BEBE422038af434c
Octal233353344420310257103114
Binary10011011111010111110010010001001110001010111110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BEBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,235,228); }

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

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

 a { background-color: rgb(155,235,228); }

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

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

 span { border-color: rgb(155,235,228); }

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