#BAF7F3

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

Shades of Pale Turquoise #BAF7F3

Tints of Pale Turquoise #BAF7F3

Color information

#BAF7F3 (or 0xBAF7F3) is unknown color: approx Pale Turquoise. HEX triplet: BA, F7 and F3. RGB value is (186,247,243). Sum of RGB (Red+Green+Blue) = 186+247+243=676 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.51% from 676); Green value is 247 (96.88% from 255 or 36.54% from 676); Blue value is 243 (95.31% from 255 or 35.95% from 676); Max value from RGB is 247 - color contains mainly: green. Hex color #BAF7F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF7F3 is #45080C. Grayscale: #E4E4E4. Windows color (decimal): -4524045 or 15988666. OLE color: 15988666.

HSL color Cylindrical-coordinate representation of color #BAF7F3: hue angle of 176.07º 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 #BAF7F3 is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.03.

Color convert

RGB186247243-
CMYK0.2500.020.03
HSL176.07º79.22%84.9%-
HSV(B)176.07º24.7%96.86%-
XYZ69.6983.4397.22-
YUV228.3136.2997.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.51%
GREEN value IS 247 (96.88% from 255) = 36.54%
BLUE value IS 243 (95.31% from 255) = 35.95%
R=27.51%
G=36.54%
B=35.95%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1862472430.2500.020.03176.0779.2284.9
HexBAF7F319023b04f55
Octal27236736331023260117125
Binary10111010111101111111001111001010111011000010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF7F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF7F3; }

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

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

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

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

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

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

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

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