#BCEFEC

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

Shades of Pale Turquoise #BCEFEC

Tints of Pale Turquoise #BCEFEC

Color information

#BCEFEC (or 0xBCEFEC) is unknown color: approx Pale Turquoise. HEX triplet: BC, EF and EC. RGB value is (188,239,236). Sum of RGB (Red+Green+Blue) = 188+239+236=663 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.36% from 663); Green value is 239 (93.75% from 255 or 36.05% from 663); Blue value is 236 (92.58% from 255 or 35.60% from 663); Max value from RGB is 239 - color contains mainly: green. Hex color #BCEFEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEFEC is #431013. Grayscale: #DFDFDF. Windows color (decimal): -4395028 or 15527868. OLE color: 15527868.

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

Color convert

RGB188239236-
CMYK0.2100.010.06
HSL176.47º61.45%83.73%-
HSV(B)176.47º21.34%93.73%-
XYZ66.7578.4890.99-
YUV223.41135.1102.74-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.36%
GREEN value IS 239 (93.75% from 255) = 36.05%
BLUE value IS 236 (92.58% from 255) = 35.60%
R=28.36%
G=36.05%
B=35.60%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1882392360.2100.010.06176.4761.4583.73
HexBCEFEC15016b03d54
Octal2743573542501626075124
Binary1011110011101111111011001010101110101100001111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEFEC; }

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

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

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

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

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

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

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

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