#BAEDF1

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

Shades of Pale Turquoise #BAEDF1

Tints of Pale Turquoise #BAEDF1

Color information

#BAEDF1 (or 0xBAEDF1) is unknown color: approx Pale Turquoise. HEX triplet: BA, ED and F1. RGB value is (186,237,241). Sum of RGB (Red+Green+Blue) = 186+237+241=664 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.01% from 664); Green value is 237 (92.97% from 255 or 35.69% from 664); Blue value is 241 (94.53% from 255 or 36.30% from 664); Max value from RGB is 241 - color contains mainly: blue. Hex color #BAEDF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEDF1 is #45120E. Grayscale: #DEDEDE. Windows color (decimal): -4526607 or 15855034. OLE color: 15855034.

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

Color convert

RGB186237241-
CMYK0.230.0200.05
HSL184.36º66.27%83.73%-
HSV(B)184.36º22.82%94.51%-
XYZ66.4177.3694.65-
YUV222.21138.6102.17-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1862372410.230.0200.05184.3666.2783.73
HexBAEDF117205b84254
Octal27235536127205270102124
Binary101110101110110111110001101111001011011100010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEDF1; }

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

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

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

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

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

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

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

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