#BAEAE9

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

Shades of Pale Turquoise #BAEAE9

Tints of Pale Turquoise #BAEAE9

Color information

#BAEAE9 (or 0xBAEAE9) is unknown color: approx Pale Turquoise. HEX triplet: BA, EA and E9. RGB value is (186,234,233). Sum of RGB (Red+Green+Blue) = 186+234+233=653 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.48% from 653); Green value is 234 (91.80% from 255 or 35.83% from 653); Blue value is 233 (91.41% from 255 or 35.68% from 653); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEAE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEAE9 is #451516. Grayscale: #DBDBDB. Windows color (decimal): -4527383 or 15329978. OLE color: 15329978.

HSL color Cylindrical-coordinate representation of color #BAEAE9: hue angle of 178.75º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAEAE9 is Cyan = 0.21, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.08.

Color convert

RGB186234233-
CMYK0.2100.000.08
HSL178.75º53.33%82.35%-
HSV(B)178.75º20.51%91.76%-
XYZ64.3875.1788.21-
YUV219.53135.6104.08-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.48%
GREEN value IS 234 (91.80% from 255) = 35.83%
BLUE value IS 233 (91.41% from 255) = 35.68%
R=28.48%
G=35.83%
B=35.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1862342330.2100.000.08178.7553.3382.35
HexBAEAE915008b33552
Octal27235235125001026365122
Binary10111010111010101110100110101001000101100111101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEAE9; }

 p { color: rgb(186,234,233); }

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

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

 a { background-color: rgb(186,234,233); }

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

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

 span { border-color: rgb(186,234,233); }

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