#BAFAF0

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

Shades of Pale Turquoise #BAFAF0

Tints of Pale Turquoise #BAFAF0

Color information

#BAFAF0 (or 0xBAFAF0) is unknown color: approx Pale Turquoise. HEX triplet: BA, FA and F0. RGB value is (186,250,240). Sum of RGB (Red+Green+Blue) = 186+250+240=676 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.51% from 676); Green value is 250 (98.05% from 255 or 36.98% from 676); Blue value is 240 (94.14% from 255 or 35.50% from 676); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFAF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAFAF0 is #45050F. Grayscale: #E5E5E5. Windows color (decimal): -4523280 or 15792826. OLE color: 15792826.

HSL color Cylindrical-coordinate representation of color #BAFAF0: hue angle of 170.62º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAFAF0 is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB186250240-
CMYK0.2600.040.02
HSL170.62º86.49%85.49%-
HSV(B)170.62º25.6%98.04%-
XYZ70.1685.195.17-
YUV229.72133.896.81-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.51%
GREEN value IS 250 (98.05% from 255) = 36.98%
BLUE value IS 240 (94.14% from 255) = 35.50%
R=27.51%
G=36.98%
B=35.50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862502400.2600.040.02170.6286.4985.49
HexBAFAF01A042ab5655
Octal27237236032042253126125
Binary101110101111101011110000110100100101010101110101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFAF0; }

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

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

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

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

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

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

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

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