#BCEAEA

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

Shades of Pale Turquoise #BCEAEA

Tints of Pale Turquoise #BCEAEA

Color information

#BCEAEA (or 0xBCEAEA) is unknown color: approx Pale Turquoise. HEX triplet: BC, EA and EA. RGB value is (188,234,234). Sum of RGB (Red+Green+Blue) = 188+234+234=656 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.66% from 656); Green value is 234 (91.80% from 255 or 35.67% from 656); Blue value is 234 (91.80% from 255 or 35.67% from 656); Max value from RGB is 234 - color contains mainly: green, blue. Hex color #BCEAEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEAEA is #431515. Grayscale: #DCDCDC. Windows color (decimal): -4396310 or 15395516. OLE color: 15395516.

HSL color Cylindrical-coordinate representation of color #BCEAEA: hue angle of 180º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCEAEA is Cyan = 0.20, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB188234234-
CMYK0.20000.08
HSL180º52.27%82.75%-
HSV(B)180º19.66%91.76%-
XYZ65.0175.4888.98-
YUV220.25135.76105-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.66%
GREEN value IS 234 (91.80% from 255) = 35.67%
BLUE value IS 234 (91.80% from 255) = 35.67%
R=28.66%
G=35.67%
B=35.67%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1882342340.20000.0818052.2782.75
HexBCEAEA14008b43453
Octal27435235224001026464123
Binary10111100111010101110101010100001000101101001101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEAEA; }

 p { color: rgb(188,234,234); }

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

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

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

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

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

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

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