#9BFAE6

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

Shades of Pale Turquoise #9BFAE6

Tints of Pale Turquoise #9BFAE6

Color information

#9BFAE6 (or 0x9BFAE6) is unknown color: approx Pale Turquoise. HEX triplet: 9B, FA and E6. RGB value is (155,250,230). Sum of RGB (Red+Green+Blue) = 155+250+230=635 (84% of max value = 765). Red value is 155 (60.94% from 255 or 24.41% from 635); Green value is 250 (98.05% from 255 or 39.37% from 635); Blue value is 230 (90.23% from 255 or 36.22% from 635); Max value from RGB is 250 - color contains mainly: green. Hex color #9BFAE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BFAE6 is #640519. Grayscale: #DBDBDB. Windows color (decimal): -6554906 or 15137435. OLE color: 15137435.

HSL color Cylindrical-coordinate representation of color #9BFAE6: hue angle of 167.37º 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 #9BFAE6 is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB155250230-
CMYK0.3800.080.02
HSL167.37º90.48%79.41%-
HSV(B)167.37º38%98.04%-
XYZ61.9981.0587.24-
YUV219.32134.0382.13-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 24.41%
GREEN value IS 250 (98.05% from 255) = 39.37%
BLUE value IS 230 (90.23% from 255) = 36.22%
R=24.41%
G=39.37%
B=36.22%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1552502300.3800.080.02167.3790.4879.41
Hex9BFAE626082a75a4f
Octal233372346460102247132117
Binary10011011111110101110011010011001000101010011110110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BFAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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