#BAF5EF

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

Shades of Pale Turquoise #BAF5EF

Tints of Pale Turquoise #BAF5EF

Color information

#BAF5EF (or 0xBAF5EF) is unknown color: approx Pale Turquoise. HEX triplet: BA, F5 and EF. RGB value is (186,245,239). Sum of RGB (Red+Green+Blue) = 186+245+239=670 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.76% from 670); Green value is 245 (96.09% from 255 or 36.57% from 670); Blue value is 239 (93.75% from 255 or 35.67% from 670); Max value from RGB is 245 - color contains mainly: green. Hex color #BAF5EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF5EF is #450A10. Grayscale: #E2E2E2. Windows color (decimal): -4524561 or 15726010. OLE color: 15726010.

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

Color convert

RGB186245239-
CMYK0.2400.020.04
HSL173.9º74.68%84.51%-
HSV(B)173.9º24.08%96.08%-
XYZ68.4881.9893.87-
YUV226.68134.9598.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.76%
GREEN value IS 245 (96.09% from 255) = 36.57%
BLUE value IS 239 (93.75% from 255) = 35.67%
R=27.76%
G=36.57%
B=35.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1862452390.2400.020.04173.974.6884.51
HexBAF5EF18024ae4b55
Octal27236535730024256113125
Binary101110101111010111101111110000101001010111010010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF5EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF5EF; }

 p { color: rgb(186,245,239); }

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

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

 a { background-color: rgb(186,245,239); }

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

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

 span { border-color: rgb(186,245,239); }

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