#BAF1ED

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

Shades of Pale Turquoise #BAF1ED

Tints of Pale Turquoise #BAF1ED

Color information

#BAF1ED (or 0xBAF1ED) is unknown color: approx Pale Turquoise. HEX triplet: BA, F1 and ED. RGB value is (186,241,237). Sum of RGB (Red+Green+Blue) = 186+241+237=664 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.01% from 664); Green value is 241 (94.53% from 255 or 36.30% from 664); Blue value is 237 (92.97% from 255 or 35.69% from 664); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF1ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF1ED is #450E12. Grayscale: #E0E0E0. Windows color (decimal): -4525587 or 15593914. OLE color: 15593914.

HSL color Cylindrical-coordinate representation of color #BAF1ED: hue angle of 175.64º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAF1ED is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB186241237-
CMYK0.2300.020.05
HSL175.64º66.27%83.73%-
HSV(B)175.64º22.82%94.51%-
XYZ66.9979.4691.93-
YUV224.1135.28100.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.01%
GREEN value IS 241 (94.53% from 255) = 36.30%
BLUE value IS 237 (92.97% from 255) = 35.69%
R=28.01%
G=36.30%
B=35.69%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1862412370.2300.020.05175.6466.2783.73
HexBAF1ED17025b04254
Octal27236135527025260102124
Binary101110101111000111101101101110101011011000010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF1ED; }

 p { color: rgb(186,241,237); }

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

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

 a { background-color: rgb(186,241,237); }

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

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

 span { border-color: rgb(186,241,237); }

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