#BAEFED

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

Shades of Pale Turquoise #BAEFED

Tints of Pale Turquoise #BAEFED

Color information

#BAEFED (or 0xBAEFED) is unknown color: approx Pale Turquoise. HEX triplet: BA, EF and ED. RGB value is (186,239,237). Sum of RGB (Red+Green+Blue) = 186+239+237=662 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.10% from 662); Green value is 239 (93.75% from 255 or 36.10% from 662); Blue value is 237 (92.97% from 255 or 35.80% from 662); Max value from RGB is 239 - color contains mainly: green. Hex color #BAEFED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEFED is #451012. Grayscale: #DEDEDE. Windows color (decimal): -4526099 or 15593402. OLE color: 15593402.

HSL color Cylindrical-coordinate representation of color #BAEFED: hue angle of 177.74º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAEFED is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB186239237-
CMYK0.2200.010.06
HSL177.74º62.35%83.33%-
HSV(B)177.74º22.18%93.73%-
XYZ66.478.2991.73-
YUV222.92135.94101.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.10%
GREEN value IS 239 (93.75% from 255) = 36.10%
BLUE value IS 237 (92.97% from 255) = 35.80%
R=28.10%
G=36.10%
B=35.80%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1862392370.2200.010.06177.7462.3583.33
HexBAEFED16016b23e53
Octal2723573552601626276123
Binary1011101011101111111011011011001110101100101111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEFED; }

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

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

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

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

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

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

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

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