#BAEAE6

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

Shades of Pale Turquoise #BAEAE6

Tints of Pale Turquoise #BAEAE6

Color information

#BAEAE6 (or 0xBAEAE6) is unknown color: approx Pale Turquoise. HEX triplet: BA, EA and E6. RGB value is (186,234,230). Sum of RGB (Red+Green+Blue) = 186+234+230=650 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.62% from 650); Green value is 234 (91.80% from 255 or 36% from 650); Blue value is 230 (90.23% from 255 or 35.38% from 650); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEAE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEAE6 is #451519. Grayscale: #DBDBDB. Windows color (decimal): -4527386 or 15133370. OLE color: 15133370.

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

Color convert

RGB186234230-
CMYK0.2100.020.08
HSL175º53.33%82.35%-
HSV(B)175º20.51%91.76%-
XYZ63.967585.97-
YUV219.19134.1104.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.62%
GREEN value IS 234 (91.80% from 255) = 36%
BLUE value IS 230 (90.23% from 255) = 35.38%
R=28.62%
G=36%
B=35.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1862342300.2100.020.0817553.3382.35
HexBAEAE615028af3552
Octal27235234625021025765122
Binary101110101110101011100110101010101000101011111101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEAE6; }

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

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

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

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

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

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

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

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