#BAF0EC

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

Shades of Pale Turquoise #BAF0EC

Tints of Pale Turquoise #BAF0EC

Color information

#BAF0EC (or 0xBAF0EC) is unknown color: approx Pale Turquoise. HEX triplet: BA, F0 and EC. RGB value is (186,240,236). Sum of RGB (Red+Green+Blue) = 186+240+236=662 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.10% from 662); Green value is 240 (94.14% from 255 or 36.25% from 662); Blue value is 236 (92.58% from 255 or 35.65% from 662); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF0EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF0EC is #450F13. Grayscale: #DFDFDF. Windows color (decimal): -4525844 or 15528122. OLE color: 15528122.

HSL color Cylindrical-coordinate representation of color #BAF0EC: hue angle of 175.56º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAF0EC is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB186240236-
CMYK0.2200.020.06
HSL175.56º64.29%83.53%-
HSV(B)175.56º22.5%94.12%-
XYZ66.5578.8291.06-
YUV223.4135.11101.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.10%
GREEN value IS 240 (94.14% from 255) = 36.25%
BLUE value IS 236 (92.58% from 255) = 35.65%
R=28.10%
G=36.25%
B=35.65%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1862402360.2200.020.06175.5664.2983.53
HexBAF0EC16026b04054
Octal27236035426026260100124
Binary101110101111000011101100101100101101011000010000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF0EC; }

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

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

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

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

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

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

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

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