#BCF3EC

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

Shades of Pale Turquoise #BCF3EC

Tints of Pale Turquoise #BCF3EC

Color information

#BCF3EC (or 0xBCF3EC) is unknown color: approx Pale Turquoise. HEX triplet: BC, F3 and EC. RGB value is (188,243,236). Sum of RGB (Red+Green+Blue) = 188+243+236=667 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.19% from 667); Green value is 243 (95.31% from 255 or 36.43% from 667); Blue value is 236 (92.58% from 255 or 35.38% from 667); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF3EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF3EC is #430C13. Grayscale: #E1E1E1. Windows color (decimal): -4394004 or 15528892. OLE color: 15528892.

HSL color Cylindrical-coordinate representation of color #BCF3EC: hue angle of 172.36º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCF3EC is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB188243236-
CMYK0.2300.030.05
HSL172.36º69.62%84.51%-
HSV(B)172.36º22.63%95.29%-
XYZ67.9380.8591.38-
YUV225.76133.78101.07-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.19%
GREEN value IS 243 (95.31% from 255) = 36.43%
BLUE value IS 236 (92.58% from 255) = 35.38%
R=28.19%
G=36.43%
B=35.38%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882432360.2300.030.05172.3669.6284.51
HexBCF3EC17035ac4655
Octal27436335427035254106125
Binary101111001111001111101100101110111011010110010001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF3EC; }

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

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

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

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

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

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

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

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