#BAF4EC

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

Shades of Pale Turquoise #BAF4EC

Tints of Pale Turquoise #BAF4EC

Color information

#BAF4EC (or 0xBAF4EC) is unknown color: approx Pale Turquoise. HEX triplet: BA, F4 and EC. RGB value is (186,244,236). Sum of RGB (Red+Green+Blue) = 186+244+236=666 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.93% from 666); Green value is 244 (95.70% from 255 or 36.64% from 666); Blue value is 236 (92.58% from 255 or 35.44% from 666); Max value from RGB is 244 - color contains mainly: green. Hex color #BAF4EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF4EC is #450B13. Grayscale: #E1E1E1. Windows color (decimal): -4524820 or 15529146. OLE color: 15529146.

HSL color Cylindrical-coordinate representation of color #BAF4EC: hue angle of 171.72º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAF4EC is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB186244236-
CMYK0.2400.030.04
HSL171.72º72.5%84.31%-
HSV(B)171.72º23.77%95.69%-
XYZ67.7481.291.46-
YUV225.75133.7899.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.93%
GREEN value IS 244 (95.70% from 255) = 36.64%
BLUE value IS 236 (92.58% from 255) = 35.44%
R=27.93%
G=36.64%
B=35.44%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1862442360.2400.030.04171.7272.584.31
HexBAF4EC18034ac4854
Octal27236435430034254110124
Binary101110101111010011101100110000111001010110010010001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF4EC; }

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

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

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

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

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

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

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

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