#BAEFE9

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

Shades of Pale Turquoise #BAEFE9

Tints of Pale Turquoise #BAEFE9

Color information

#BAEFE9 (or 0xBAEFE9) is unknown color: approx Pale Turquoise. HEX triplet: BA, EF and E9. RGB value is (186,239,233). Sum of RGB (Red+Green+Blue) = 186+239+233=658 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.27% from 658); Green value is 239 (93.75% from 255 or 36.32% from 658); Blue value is 233 (91.41% from 255 or 35.41% from 658); Max value from RGB is 239 - color contains mainly: green. Hex color #BAEFE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEFE9 is #451016. Grayscale: #DEDEDE. Windows color (decimal): -4526103 or 15331258. OLE color: 15331258.

HSL color Cylindrical-coordinate representation of color #BAEFE9: hue angle of 173.21º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAEFE9 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB186239233-
CMYK0.2200.030.06
HSL173.21º62.35%83.33%-
HSV(B)173.21º22.18%93.73%-
XYZ65.8278.0688.69-
YUV222.47133.94101.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.27%
GREEN value IS 239 (93.75% from 255) = 36.32%
BLUE value IS 233 (91.41% from 255) = 35.41%
R=28.27%
G=36.32%
B=35.41%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1862392330.2200.030.06173.2162.3583.33
HexBAEFE916036ad3e53
Octal2723573512603625576123
Binary10111010111011111110100110110011110101011011111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEFE9; }

 p { color: rgb(186,239,233); }

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

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

 a { background-color: rgb(186,239,233); }

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

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

 span { border-color: rgb(186,239,233); }

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