#BAF7EF

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

Shades of Pale Turquoise #BAF7EF

Tints of Pale Turquoise #BAF7EF

Color information

#BAF7EF (or 0xBAF7EF) is unknown color: approx Pale Turquoise. HEX triplet: BA, F7 and EF. RGB value is (186,247,239). Sum of RGB (Red+Green+Blue) = 186+247+239=672 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.68% from 672); Green value is 247 (96.88% from 255 or 36.76% from 672); Blue value is 239 (93.75% from 255 or 35.57% from 672); Max value from RGB is 247 - color contains mainly: green. Hex color #BAF7EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF7EF is #450810. Grayscale: #E3E3E3. Windows color (decimal): -4524049 or 15726522. OLE color: 15726522.

HSL color Cylindrical-coordinate representation of color #BAF7EF: hue angle of 172.13º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAF7EF is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.

Color convert

RGB186247239-
CMYK0.2500.030.03
HSL172.13º79.22%84.9%-
HSV(B)172.13º24.7%96.86%-
XYZ69.0983.1994.08-
YUV227.85134.2998.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.68%
GREEN value IS 247 (96.88% from 255) = 36.76%
BLUE value IS 239 (93.75% from 255) = 35.57%
R=27.68%
G=36.76%
B=35.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1862472390.2500.030.03172.1379.2284.9
HexBAF7EF19033ac4f55
Octal27236735731033254117125
Binary10111010111101111110111111001011111010110010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF7EF; }

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

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

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

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

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

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

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

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