#BCF1EA

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

Shades of Pale Turquoise #BCF1EA

Tints of Pale Turquoise #BCF1EA

Color information

#BCF1EA (or 0xBCF1EA) is unknown color: approx Pale Turquoise. HEX triplet: BC, F1 and EA. RGB value is (188,241,234). Sum of RGB (Red+Green+Blue) = 188+241+234=663 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.36% from 663); Green value is 241 (94.53% from 255 or 36.35% from 663); Blue value is 234 (91.80% from 255 or 35.29% from 663); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF1EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF1EA is #430E15. Grayscale: #E0E0E0. Windows color (decimal): -4394518 or 15397308. OLE color: 15397308.

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

Color convert

RGB188241234-
CMYK0.2200.030.05
HSL172.08º65.43%84.12%-
HSV(B)172.08º21.99%94.51%-
XYZ67.0579.5489.66-
YUV224.35133.44102.07-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.36%
GREEN value IS 241 (94.53% from 255) = 36.35%
BLUE value IS 234 (91.80% from 255) = 35.29%
R=28.36%
G=36.35%
B=35.29%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882412340.2200.030.05172.0865.4384.12
HexBCF1EA16035ac4154
Octal27436135226035254101124
Binary101111001111000111101010101100111011010110010000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF1EA; }

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

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

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

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

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

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

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

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