#BAF6EF

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

Shades of Pale Turquoise #BAF6EF

Tints of Pale Turquoise #BAF6EF

Color information

#BAF6EF (or 0xBAF6EF) is unknown color: approx Pale Turquoise. HEX triplet: BA, F6 and EF. RGB value is (186,246,239). Sum of RGB (Red+Green+Blue) = 186+246+239=671 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.72% from 671); Green value is 246 (96.48% from 255 or 36.66% from 671); Blue value is 239 (93.75% from 255 or 35.62% from 671); Max value from RGB is 246 - color contains mainly: green. Hex color #BAF6EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF6EF is #450910. Grayscale: #E3E3E3. Windows color (decimal): -4524305 or 15726266. OLE color: 15726266.

HSL color Cylindrical-coordinate representation of color #BAF6EF: hue angle of 173º degrees, saturation: 0.77, 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 #BAF6EF is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB186246239-
CMYK0.2400.030.04
HSL173º76.92%84.71%-
HSV(B)173º24.39%96.47%-
XYZ68.7982.5893.98-
YUV227.26134.6298.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.72%
GREEN value IS 246 (96.48% from 255) = 36.66%
BLUE value IS 239 (93.75% from 255) = 35.62%
R=27.72%
G=36.66%
B=35.62%

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
Decimal1862462390.2400.030.0417376.9284.71
HexBAF6EF18034ad4d55
Octal27236635730034255115125
Binary101110101111011011101111110000111001010110110011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF6EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF6EF; }

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

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

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

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

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

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

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

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