#BCF0EC

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

Shades of Pale Turquoise #BCF0EC

Tints of Pale Turquoise #BCF0EC

Color information

#BCF0EC (or 0xBCF0EC) is unknown color: approx Pale Turquoise. HEX triplet: BC, F0 and EC. RGB value is (188,240,236). Sum of RGB (Red+Green+Blue) = 188+240+236=664 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.31% from 664); Green value is 240 (94.14% from 255 or 36.14% from 664); Blue value is 236 (92.58% from 255 or 35.54% from 664); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF0EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF0EC is #430F13. Grayscale: #DFDFDF. Windows color (decimal): -4394772 or 15528124. OLE color: 15528124.

HSL color Cylindrical-coordinate representation of color #BCF0EC: hue angle of 175.38º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCF0EC is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB188240236-
CMYK0.2200.020.06
HSL175.38º63.41%83.92%-
HSV(B)175.38º21.67%94.12%-
XYZ67.0479.0791.09-
YUV224134.77102.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.31%
GREEN value IS 240 (94.14% from 255) = 36.14%
BLUE value IS 236 (92.58% from 255) = 35.54%
R=28.31%
G=36.14%
B=35.54%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1882402360.2200.020.06175.3863.4183.92
HexBCF0EC16026af3f54
Octal2743603542602625777124
Binary10111100111100001110110010110010110101011111111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF0EC; }

 p { color: rgb(188,240,236); }

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

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

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

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

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

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

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