#BAF5F0

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

Shades of Pale Turquoise #BAF5F0

Tints of Pale Turquoise #BAF5F0

Color information

#BAF5F0 (or 0xBAF5F0) is unknown color: approx Pale Turquoise. HEX triplet: BA, F5 and F0. RGB value is (186,245,240). Sum of RGB (Red+Green+Blue) = 186+245+240=671 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.72% from 671); Green value is 245 (96.09% from 255 or 36.51% from 671); Blue value is 240 (94.14% from 255 or 35.77% from 671); Max value from RGB is 245 - color contains mainly: green. Hex color #BAF5F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF5F0 is #450A0F. Grayscale: #E2E2E2. Windows color (decimal): -4524560 or 15791546. OLE color: 15791546.

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

Color convert

RGB186245240-
CMYK0.2400.020.04
HSL174.92º74.68%84.51%-
HSV(B)174.92º24.08%96.08%-
XYZ68.6382.0494.66-
YUV226.79135.4598.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.72%
GREEN value IS 245 (96.09% from 255) = 36.51%
BLUE value IS 240 (94.14% from 255) = 35.77%
R=27.72%
G=36.51%
B=35.77%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1862452400.2400.020.04174.9274.6884.51
HexBAF5F018024af4b55
Octal27236536030024257113125
Binary101110101111010111110000110000101001010111110010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF5F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF5F0; }

 p { color: rgb(186,245,240); }

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

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

 a { background-color: rgb(186,245,240); }

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

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

 span { border-color: rgb(186,245,240); }

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