#BAEEF0

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

Shades of Pale Turquoise #BAEEF0

Tints of Pale Turquoise #BAEEF0

Color information

#BAEEF0 (or 0xBAEEF0) is unknown color: approx Pale Turquoise. HEX triplet: BA, EE and F0. RGB value is (186,238,240). Sum of RGB (Red+Green+Blue) = 186+238+240=664 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.01% from 664); Green value is 238 (93.36% from 255 or 35.84% from 664); Blue value is 240 (94.14% from 255 or 36.14% from 664); Max value from RGB is 240 - color contains mainly: blue. Hex color #BAEEF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEEF0 is #45110F. Grayscale: #DEDEDE. Windows color (decimal): -4526352 or 15789754. OLE color: 15789754.

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

Color convert

RGB186238240-
CMYK0.220.0100.06
HSL182.22º64.29%83.53%-
HSV(B)182.22º22.5%94.12%-
XYZ66.5577.8893.96-
YUV222.68137.77101.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.01%
GREEN value IS 238 (93.36% from 255) = 35.84%
BLUE value IS 240 (94.14% from 255) = 36.14%
R=28.01%
G=35.84%
B=36.14%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1862382400.220.0100.06182.2264.2983.53
HexBAEEF016106b64054
Octal27235636026106266100124
Binary10111010111011101111000010110101101011011010000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEEF0; }

 p { color: rgb(186,238,240); }

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

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

 a { background-color: rgb(186,238,240); }

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

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

 span { border-color: rgb(186,238,240); }

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