#BAFDF5

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

Shades of Pale Turquoise #BAFDF5

Tints of Pale Turquoise #BAFDF5

Color information

#BAFDF5 (or 0xBAFDF5) is unknown color: approx Pale Turquoise. HEX triplet: BA, FD and F5. RGB value is (186,253,245). Sum of RGB (Red+Green+Blue) = 186+253+245=684 (90% of max value = 765). Red value is 186 (73.05% from 255 or 27.19% from 684); Green value is 253 (99.22% from 255 or 36.99% from 684); Blue value is 245 (96.09% from 255 or 35.82% from 684); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFDF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAFDF5 is #45020A. Grayscale: #E8E8E8. Windows color (decimal): -4522507 or 16121274. OLE color: 16121274.

HSL color Cylindrical-coordinate representation of color #BAFDF5: hue angle of 172.84º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAFDF5 is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.

Color convert

RGB186253245-
CMYK0.2600.030.01
HSL172.84º94.37%86.08%-
HSV(B)172.84º26.48%99.22%-
XYZ71.8687.2899.45-
YUV232.06135.395.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.19%
GREEN value IS 253 (99.22% from 255) = 36.99%
BLUE value IS 245 (96.09% from 255) = 35.82%
R=27.19%
G=36.99%
B=35.82%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1862532450.2600.030.01172.8494.3786.08
HexBAFDF51A031ad5e56
Octal27237536532031255136126
Binary1011101011111101111101011101001111010110110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFDF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFDF5; }

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

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

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

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

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

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

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

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