#BCF2F1

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

Shades of Pale Turquoise #BCF2F1

Tints of Pale Turquoise #BCF2F1

Color information

#BCF2F1 (or 0xBCF2F1) is unknown color: approx Pale Turquoise. HEX triplet: BC, F2 and F1. RGB value is (188,242,241). Sum of RGB (Red+Green+Blue) = 188+242+241=671 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.02% from 671); Green value is 242 (94.92% from 255 or 36.07% from 671); Blue value is 241 (94.53% from 255 or 35.92% from 671); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF2F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF2F1 is #430D0E. Grayscale: #E1E1E1. Windows color (decimal): -4394255 or 15856316. OLE color: 15856316.

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

Color convert

RGB188242241-
CMYK0.2200.000.05
HSL178.89º67.5%84.31%-
HSV(B)178.89º22.31%94.9%-
XYZ68.3780.5595.16-
YUV225.74136.61101.08-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.02%
GREEN value IS 242 (94.92% from 255) = 36.07%
BLUE value IS 241 (94.53% from 255) = 35.92%
R=28.02%
G=36.07%
B=35.92%

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
Decimal1882422410.2200.000.05178.8967.584.31
HexBCF2F116005b34454
Octal27436236126005263104124
Binary10111100111100101111000110110001011011001110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF2F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF2F1; }

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

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

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

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

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

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

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

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