#BAF1EC

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

Shades of Pale Turquoise #BAF1EC

Tints of Pale Turquoise #BAF1EC

Color information

#BAF1EC (or 0xBAF1EC) is unknown color: approx Pale Turquoise. HEX triplet: BA, F1 and EC. RGB value is (186,241,236). Sum of RGB (Red+Green+Blue) = 186+241+236=663 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.05% from 663); Green value is 241 (94.53% from 255 or 36.35% from 663); Blue value is 236 (92.58% from 255 or 35.60% from 663); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF1EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF1EC is #450E13. Grayscale: #DFDFDF. Windows color (decimal): -4525588 or 15528378. OLE color: 15528378.

HSL color Cylindrical-coordinate representation of color #BAF1EC: hue angle of 174.55º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAF1EC is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB186241236-
CMYK0.2300.020.05
HSL174.55º66.27%83.73%-
HSV(B)174.55º22.82%94.51%-
XYZ66.8579.4191.16-
YUV223.98134.78100.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.05%
GREEN value IS 241 (94.53% from 255) = 36.35%
BLUE value IS 236 (92.58% from 255) = 35.60%
R=28.05%
G=36.35%
B=35.60%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1862412360.2300.020.05174.5566.2783.73
HexBAF1EC17025af4254
Octal27236135427025257102124
Binary101110101111000111101100101110101011010111110000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF1EC; }

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

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

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

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

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

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

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

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