#BAFAFD

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

Shades of Pale Turquoise #BAFAFD

Tints of Pale Turquoise #BAFAFD

Color information

#BAFAFD (or 0xBAFAFD) is unknown color: approx Pale Turquoise. HEX triplet: BA, FA and FD. RGB value is (186,250,253). Sum of RGB (Red+Green+Blue) = 186+250+253=689 (91% of max value = 765). Red value is 186 (73.05% from 255 or 27.00% from 689); Green value is 250 (98.05% from 255 or 36.28% from 689); Blue value is 253 (99.22% from 255 or 36.72% from 689); Max value from RGB is 253 - color contains mainly: blue. Hex color #BAFAFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAFAFD is #450502. Grayscale: #E7E7E7. Windows color (decimal): -4523267 or 16644794. OLE color: 16644794.

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

Color convert

RGB186250253-
CMYK0.260.0100.01
HSL182.69º94.37%86.08%-
HSV(B)182.69º26.48%99.22%-
XYZ72.1685.9105.71-
YUV231.21140.395.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.00%
GREEN value IS 250 (98.05% from 255) = 36.28%
BLUE value IS 253 (99.22% from 255) = 36.72%
R=27.00%
G=36.28%
B=36.72%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1862502530.260.0100.01182.6994.3786.08
HexBAFAFD1A101b75e56
Octal27237237532101267136126
Binary101110101111101011111101110101011011011110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFAFD; }

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

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

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

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

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

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

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

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