#BCF1EE

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

Shades of Pale Turquoise #BCF1EE

Tints of Pale Turquoise #BCF1EE

Color information

#BCF1EE (or 0xBCF1EE) is unknown color: approx Pale Turquoise. HEX triplet: BC, F1 and EE. RGB value is (188,241,238). Sum of RGB (Red+Green+Blue) = 188+241+238=667 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.19% from 667); Green value is 241 (94.53% from 255 or 36.13% from 667); Blue value is 238 (93.36% from 255 or 35.68% from 667); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF1EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF1EE is #430E11. Grayscale: #E0E0E0. Windows color (decimal): -4394514 or 15659452. OLE color: 15659452.

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

Color convert

RGB188241238-
CMYK0.2200.010.05
HSL176.6º65.43%84.12%-
HSV(B)176.6º21.99%94.51%-
XYZ67.6379.7892.72-
YUV224.81135.44101.74-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.19%
GREEN value IS 241 (94.53% from 255) = 36.13%
BLUE value IS 238 (93.36% from 255) = 35.68%
R=28.19%
G=36.13%
B=35.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882412380.2200.010.05176.665.4384.12
HexBCF1EE16015b14154
Octal27436135626015261101124
Binary10111100111100011110111010110011011011000110000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF1EE; }

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

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

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

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

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

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

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

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