#BAEBEA

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

Shades of Pale Turquoise #BAEBEA

Tints of Pale Turquoise #BAEBEA

Color information

#BAEBEA (or 0xBAEBEA) is unknown color: approx Pale Turquoise. HEX triplet: BA, EB and EA. RGB value is (186,235,234). Sum of RGB (Red+Green+Blue) = 186+235+234=655 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.40% from 655); Green value is 235 (92.19% from 255 or 35.88% from 655); Blue value is 234 (91.80% from 255 or 35.73% from 655); Max value from RGB is 235 - color contains mainly: green. Hex color #BAEBEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEBEA is #451415. Grayscale: #DCDCDC. Windows color (decimal): -4527126 or 15395770. OLE color: 15395770.

HSL color Cylindrical-coordinate representation of color #BAEBEA: hue angle of 178.78º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAEBEA is Cyan = 0.21, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.08.

Color convert

RGB186235234-
CMYK0.2100.000.08
HSL178.78º55.06%82.55%-
HSV(B)178.78º20.85%92.16%-
XYZ64.8175.889.06-
YUV220.24135.77103.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.40%
GREEN value IS 235 (92.19% from 255) = 35.88%
BLUE value IS 234 (91.80% from 255) = 35.73%
R=28.40%
G=35.88%
B=35.73%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1862352340.2100.000.08178.7855.0682.55
HexBAEBEA15008b33753
Octal27235335225001026367123
Binary10111010111010111110101010101001000101100111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEBEA; }

 p { color: rgb(186,235,234); }

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

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

 a { background-color: rgb(186,235,234); }

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

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

 span { border-color: rgb(186,235,234); }

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