#BAF7FD

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

Shades of Pale Turquoise #BAF7FD

Tints of Pale Turquoise #BAF7FD

Color information

#BAF7FD (or 0xBAF7FD) is unknown color: approx Pale Turquoise. HEX triplet: BA, F7 and FD. RGB value is (186,247,253). Sum of RGB (Red+Green+Blue) = 186+247+253=686 (90% of max value = 765). Red value is 186 (73.05% from 255 or 27.11% from 686); Green value is 247 (96.88% from 255 or 36.01% from 686); Blue value is 253 (99.22% from 255 or 36.88% from 686); Max value from RGB is 253 - color contains mainly: blue. Hex color #BAF7FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF7FD is #450802. Grayscale: #E5E5E5. Windows color (decimal): -4524035 or 16644026. OLE color: 16644026.

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

Color convert

RGB186247253-
CMYK0.260.0200.01
HSL185.37º94.37%86.08%-
HSV(B)185.37º26.48%99.22%-
XYZ71.2484.05105.4-
YUV229.45141.2997.01-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.11%
GREEN value IS 247 (96.88% from 255) = 36.01%
BLUE value IS 253 (99.22% from 255) = 36.88%
R=27.11%
G=36.01%
B=36.88%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1862472530.260.0200.01185.3794.3786.08
HexBAF7FD1A201b95e56
Octal27236737532201271136126
Binary1011101011110111111111011101010011011100110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF7FD; }

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

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

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

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

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

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

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

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