#BAECEA

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

Shades of Pale Turquoise #BAECEA

Tints of Pale Turquoise #BAECEA

Color information

#BAECEA (or 0xBAECEA) is unknown color: approx Pale Turquoise. HEX triplet: BA, EC and EA. RGB value is (186,236,234). Sum of RGB (Red+Green+Blue) = 186+236+234=656 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.35% from 656); Green value is 236 (92.58% from 255 or 35.98% from 656); Blue value is 234 (91.80% from 255 or 35.67% from 656); Max value from RGB is 236 - color contains mainly: green. Hex color #BAECEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAECEA is #451315. Grayscale: #DCDCDC. Windows color (decimal): -4526870 or 15396026. OLE color: 15396026.

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

Color convert

RGB186236234-
CMYK0.2100.010.07
HSL177.6º56.82%82.75%-
HSV(B)177.6º21.19%92.55%-
XYZ65.176.3789.15-
YUV220.82135.44103.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.35%
GREEN value IS 236 (92.58% from 255) = 35.98%
BLUE value IS 234 (91.80% from 255) = 35.67%
R=28.35%
G=35.98%
B=35.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862362340.2100.010.07177.656.8282.75
HexBAECEA15017b23953
Octal2723543522501726271123
Binary1011101011101100111010101010101111101100101110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAECEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAECEA; }

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

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

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

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

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

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

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

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