#BAEAEA

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

Shades of Pale Turquoise #BAEAEA

Tints of Pale Turquoise #BAEAEA

Color information

#BAEAEA (or 0xBAEAEA) is unknown color: approx Pale Turquoise. HEX triplet: BA, EA and EA. RGB value is (186,234,234). Sum of RGB (Red+Green+Blue) = 186+234+234=654 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.44% from 654); Green value is 234 (91.80% from 255 or 35.78% from 654); Blue value is 234 (91.80% from 255 or 35.78% from 654); Max value from RGB is 234 - color contains mainly: green, blue. Hex color #BAEAEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEAEA is #451515. Grayscale: #DBDBDB. Windows color (decimal): -4527382 or 15395514. OLE color: 15395514.

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

Color convert

RGB186234234-
CMYK0.21000.08
HSL180º53.33%82.35%-
HSV(B)180º20.51%91.76%-
XYZ64.5275.2388.96-
YUV219.65136.1104-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.44%
GREEN value IS 234 (91.80% from 255) = 35.78%
BLUE value IS 234 (91.80% from 255) = 35.78%
R=28.44%
G=35.78%
B=35.78%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1862342340.21000.0818053.3382.35
HexBAEAEA15008b43552
Octal27235235225001026465122
Binary10111010111010101110101010101001000101101001101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEAEA; }

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

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

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

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

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

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

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

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