#BAE8E6

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

Shades of Pale Turquoise #BAE8E6

Tints of Pale Turquoise #BAE8E6

Color information

#BAE8E6 (or 0xBAE8E6) is unknown color: approx Pale Turquoise. HEX triplet: BA, E8 and E6. RGB value is (186,232,230). Sum of RGB (Red+Green+Blue) = 186+232+230=648 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.70% from 648); Green value is 232 (91.02% from 255 or 35.80% from 648); Blue value is 230 (90.23% from 255 or 35.49% from 648); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE8E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAE8E6 is #451719. Grayscale: #D9D9D9. Windows color (decimal): -4527898 or 15132858. OLE color: 15132858.

HSL color Cylindrical-coordinate representation of color #BAE8E6: hue angle of 177.39º degrees, saturation: 0.5, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAE8E6 is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.

Color convert

RGB186232230-
CMYK0.2000.010.09
HSL177.39º50%81.96%-
HSV(B)177.39º19.83%90.98%-
XYZ63.3973.8785.78-
YUV218.02134.76105.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.70%
GREEN value IS 232 (91.02% from 255) = 35.80%
BLUE value IS 230 (90.23% from 255) = 35.49%
R=28.70%
G=35.80%
B=35.49%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1862322300.2000.010.09177.395081.96
HexBAE8E614019b13252
Octal27235034624011126162122
Binary10111010111010001110011010100011001101100011100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE8E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE8E6; }

 p { color: rgb(186,232,230); }

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

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

 a { background-color: rgb(186,232,230); }

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

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

 span { border-color: rgb(186,232,230); }

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