#BAEFF3

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

Shades of Pale Turquoise #BAEFF3

Tints of Pale Turquoise #BAEFF3

Color information

#BAEFF3 (or 0xBAEFF3) is unknown color: approx Pale Turquoise. HEX triplet: BA, EF and F3. RGB value is (186,239,243). Sum of RGB (Red+Green+Blue) = 186+239+243=668 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.84% from 668); Green value is 239 (93.75% from 255 or 35.78% from 668); Blue value is 243 (95.31% from 255 or 36.38% from 668); Max value from RGB is 243 - color contains mainly: blue. Hex color #BAEFF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEFF3 is #45100C. Grayscale: #DFDFDF. Windows color (decimal): -4526093 or 15986618. OLE color: 15986618.

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

Color convert

RGB186239243-
CMYK0.230.0200.05
HSL184.21º70.37%84.12%-
HSV(B)184.21º23.46%95.29%-
XYZ67.2978.6496.43-
YUV223.61138.94101.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.84%
GREEN value IS 239 (93.75% from 255) = 35.78%
BLUE value IS 243 (95.31% from 255) = 36.38%
R=27.84%
G=35.78%
B=36.38%

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
Decimal1862392430.230.0200.05184.2170.3784.12
HexBAEFF317205b84654
Octal27235736327205270106124
Binary101110101110111111110011101111001011011100010001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEFF3; }

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

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

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

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

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

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

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

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