#BAF3EF

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

Shades of Pale Turquoise #BAF3EF

Tints of Pale Turquoise #BAF3EF

Color information

#BAF3EF (or 0xBAF3EF) is unknown color: approx Pale Turquoise. HEX triplet: BA, F3 and EF. RGB value is (186,243,239). Sum of RGB (Red+Green+Blue) = 186+243+239=668 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.84% from 668); Green value is 243 (95.31% from 255 or 36.38% from 668); Blue value is 239 (93.75% from 255 or 35.78% from 668); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF3EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF3EF is #450C10. Grayscale: #E1E1E1. Windows color (decimal): -4525073 or 15725498. OLE color: 15725498.

HSL color Cylindrical-coordinate representation of color #BAF3EF: hue angle of 175.79º degrees, saturation: 0.7, 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 #BAF3EF is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB186243239-
CMYK0.2300.020.05
HSL175.79º70.37%84.12%-
HSV(B)175.79º23.46%95.29%-
XYZ67.8880.7793.67-
YUV225.5135.6299.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.84%
GREEN value IS 243 (95.31% from 255) = 36.38%
BLUE value IS 239 (93.75% from 255) = 35.78%
R=27.84%
G=36.38%
B=35.78%

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
Decimal1862432390.2300.020.05175.7970.3784.12
HexBAF3EF17025b04654
Octal27236335727025260106124
Binary101110101111001111101111101110101011011000010001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF3EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF3EF; }

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

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

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

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

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

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

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

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