#BCF1F0

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

Shades of Pale Turquoise #BCF1F0

Tints of Pale Turquoise #BCF1F0

Color information

#BCF1F0 (or 0xBCF1F0) is unknown color: approx Pale Turquoise. HEX triplet: BC, F1 and F0. RGB value is (188,241,240). Sum of RGB (Red+Green+Blue) = 188+241+240=669 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.10% from 669); Green value is 241 (94.53% from 255 or 36.02% from 669); Blue value is 240 (94.14% from 255 or 35.87% from 669); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF1F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF1F0 is #430E0F. Grayscale: #E0E0E0. Windows color (decimal): -4394512 or 15790524. OLE color: 15790524.

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

Color convert

RGB188241240-
CMYK0.2200.000.05
HSL178.87º65.43%84.12%-
HSV(B)178.87º21.99%94.51%-
XYZ67.9279.8994.28-
YUV225.04136.44101.58-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.10%
GREEN value IS 241 (94.53% from 255) = 36.02%
BLUE value IS 240 (94.14% from 255) = 35.87%
R=28.10%
G=36.02%
B=35.87%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882412400.2200.000.05178.8765.4384.12
HexBCF1F016005b34154
Octal27436136026005263101124
Binary10111100111100011111000010110001011011001110000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF1F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF1F0; }

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

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

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

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

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

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

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

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