#BAEFF1

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

Shades of Pale Turquoise #BAEFF1

Tints of Pale Turquoise #BAEFF1

Color information

#BAEFF1 (or 0xBAEFF1) is unknown color: approx Pale Turquoise. HEX triplet: BA, EF and F1. RGB value is (186,239,241). Sum of RGB (Red+Green+Blue) = 186+239+241=666 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.93% from 666); Green value is 239 (93.75% from 255 or 35.89% from 666); Blue value is 241 (94.53% from 255 or 36.19% from 666); Max value from RGB is 241 - color contains mainly: blue. Hex color #BAEFF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEFF1 is #45100E. Grayscale: #DFDFDF. Windows color (decimal): -4526095 or 15855546. OLE color: 15855546.

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

Color convert

RGB186239241-
CMYK0.230.0100.05
HSL182.18º66.27%83.73%-
HSV(B)182.18º22.82%94.51%-
XYZ66.9978.5294.84-
YUV223.38137.94101.34-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.93%
GREEN value IS 239 (93.75% from 255) = 35.89%
BLUE value IS 241 (94.53% from 255) = 36.19%
R=27.93%
G=35.89%
B=36.19%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1862392410.230.0100.05182.1866.2783.73
HexBAEFF117105b64254
Octal27235736127105266102124
Binary10111010111011111111000110111101011011011010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEFF1; }

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

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

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

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

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

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

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

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