#BCF1EB

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

Shades of Pale Turquoise #BCF1EB

Tints of Pale Turquoise #BCF1EB

Color information

#BCF1EB (or 0xBCF1EB) is unknown color: approx Pale Turquoise. HEX triplet: BC, F1 and EB. RGB value is (188,241,235). Sum of RGB (Red+Green+Blue) = 188+241+235=664 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.31% from 664); Green value is 241 (94.53% from 255 or 36.30% from 664); Blue value is 235 (92.19% from 255 or 35.39% from 664); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF1EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF1EB is #430E14. Grayscale: #E0E0E0. Windows color (decimal): -4394517 or 15462844. OLE color: 15462844.

HSL color Cylindrical-coordinate representation of color #BCF1EB: hue angle of 173.21º 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 #BCF1EB is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB188241235-
CMYK0.2200.020.05
HSL173.21º65.43%84.12%-
HSV(B)173.21º21.99%94.51%-
XYZ67.1979.690.42-
YUV224.47133.94101.99-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.31%
GREEN value IS 241 (94.53% from 255) = 36.30%
BLUE value IS 235 (92.19% from 255) = 35.39%
R=28.31%
G=36.30%
B=35.39%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882412350.2200.020.05173.2165.4384.12
HexBCF1EB16025ad4154
Octal27436135326025255101124
Binary101111001111000111101011101100101011010110110000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF1EB; }

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

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

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

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

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

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

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

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