#BAF4FD

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

Shades of Pale Turquoise #BAF4FD

Tints of Pale Turquoise #BAF4FD

Color information

#BAF4FD (or 0xBAF4FD) is unknown color: approx Pale Turquoise. HEX triplet: BA, F4 and FD. RGB value is (186,244,253). Sum of RGB (Red+Green+Blue) = 186+244+253=683 (90% of max value = 765). Red value is 186 (73.05% from 255 or 27.23% from 683); Green value is 244 (95.70% from 255 or 35.72% from 683); Blue value is 253 (99.22% from 255 or 37.04% from 683); Max value from RGB is 253 - color contains mainly: blue. Hex color #BAF4FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF4FD is #450B02. Grayscale: #E3E3E3. Windows color (decimal): -4524803 or 16643258. OLE color: 16643258.

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

Color convert

RGB186244253-
CMYK0.260.0400.01
HSL188.06º94.37%86.08%-
HSV(B)188.06º26.48%99.22%-
XYZ70.3382.23105.09-
YUV227.68142.2898.27-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.23%
GREEN value IS 244 (95.70% from 255) = 35.72%
BLUE value IS 253 (99.22% from 255) = 37.04%
R=27.23%
G=35.72%
B=37.04%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1862442530.260.0400.01188.0694.3786.08
HexBAF4FD1A401bc5e56
Octal27236437532401274136126
Binary10111010111101001111110111010100011011110010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF4FD; }

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

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

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

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

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

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

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

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