#BAEEEB

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

Shades of Pale Turquoise #BAEEEB

Tints of Pale Turquoise #BAEEEB

Color information

#BAEEEB (or 0xBAEEEB) is unknown color: approx Pale Turquoise. HEX triplet: BA, EE and EB. RGB value is (186,238,235). Sum of RGB (Red+Green+Blue) = 186+238+235=659 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.22% from 659); Green value is 238 (93.36% from 255 or 36.12% from 659); Blue value is 235 (92.19% from 255 or 35.66% from 659); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEEEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEEEB is #451114. Grayscale: #DEDEDE. Windows color (decimal): -4526357 or 15462074. OLE color: 15462074.

HSL color Cylindrical-coordinate representation of color #BAEEEB: hue angle of 176.54º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAEEEB is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB186238235-
CMYK0.2200.010.07
HSL176.54º60.47%83.14%-
HSV(B)176.54º21.85%93.33%-
XYZ65.8277.5990.1-
YUV222.11135.27102.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.22%
GREEN value IS 238 (93.36% from 255) = 36.12%
BLUE value IS 235 (92.19% from 255) = 35.66%
R=28.22%
G=36.12%
B=35.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862382350.2200.010.07176.5460.4783.14
HexBAEEEB16017b13c53
Octal2723563532601726174123
Binary1011101011101110111010111011001111101100011111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEEEB; }

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

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

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

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

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

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

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

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