#BAF3F1

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

Shades of Pale Turquoise #BAF3F1

Tints of Pale Turquoise #BAF3F1

Color information

#BAF3F1 (or 0xBAF3F1) is unknown color: approx Pale Turquoise. HEX triplet: BA, F3 and F1. RGB value is (186,243,241). Sum of RGB (Red+Green+Blue) = 186+243+241=670 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.76% from 670); Green value is 243 (95.31% from 255 or 36.27% from 670); Blue value is 241 (94.53% from 255 or 35.97% from 670); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF3F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF3F1 is #450C0E. Grayscale: #E1E1E1. Windows color (decimal): -4525071 or 15856570. OLE color: 15856570.

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

Color convert

RGB186243241-
CMYK0.2300.010.05
HSL177.89º70.37%84.12%-
HSV(B)177.89º23.46%95.29%-
XYZ68.1880.8995.24-
YUV225.73136.6299.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.76%
GREEN value IS 243 (95.31% from 255) = 36.27%
BLUE value IS 241 (94.53% from 255) = 35.97%
R=27.76%
G=36.27%
B=35.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1862432410.2300.010.05177.8970.3784.12
HexBAF3F117015b24654
Octal27236336127015262106124
Binary10111010111100111111000110111011011011001010001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF3F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF3F1; }

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

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

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

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

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

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

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

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