#BAEFF4

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

Shades of Pale Turquoise #BAEFF4

Tints of Pale Turquoise #BAEFF4

Color information

#BAEFF4 (or 0xBAEFF4) is unknown color: approx Pale Turquoise. HEX triplet: BA, EF and F4. RGB value is (186,239,244). Sum of RGB (Red+Green+Blue) = 186+239+244=669 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.80% from 669); Green value is 239 (93.75% from 255 or 35.72% from 669); Blue value is 244 (95.70% from 255 or 36.47% from 669); Max value from RGB is 244 - color contains mainly: blue. Hex color #BAEFF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEFF4 is #45100B. Grayscale: #DFDFDF. Windows color (decimal): -4526092 or 16052154. OLE color: 16052154.

HSL color Cylindrical-coordinate representation of color #BAEFF4: hue angle of 185.17º degrees, saturation: 0.72, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAEFF4 is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB186239244-
CMYK0.240.0200.04
HSL185.17º72.5%84.31%-
HSV(B)185.17º23.77%95.69%-
XYZ67.4578.797.22-
YUV223.72139.44101.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.80%
GREEN value IS 239 (93.75% from 255) = 35.72%
BLUE value IS 244 (95.70% from 255) = 36.47%
R=27.80%
G=35.72%
B=36.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1862392440.240.0200.04185.1772.584.31
HexBAEFF418204b94854
Octal27235736430204271110124
Binary101110101110111111110100110001001001011100110010001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEFF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEFF4; }

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

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

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

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

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

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

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

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