#BCF2F0

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

Shades of Pale Turquoise #BCF2F0

Tints of Pale Turquoise #BCF2F0

Color information

#BCF2F0 (or 0xBCF2F0) is unknown color: approx Pale Turquoise. HEX triplet: BC, F2 and F0. RGB value is (188,242,240). Sum of RGB (Red+Green+Blue) = 188+242+240=670 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.06% from 670); Green value is 242 (94.92% from 255 or 36.12% from 670); Blue value is 240 (94.14% from 255 or 35.82% from 670); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF2F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF2F0 is #430D0F. Grayscale: #E1E1E1. Windows color (decimal): -4394256 or 15790780. OLE color: 15790780.

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

Color convert

RGB188242240-
CMYK0.2200.010.05
HSL177.78º67.5%84.31%-
HSV(B)177.78º22.31%94.9%-
XYZ68.2280.4994.38-
YUV225.63136.11101.16-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.06%
GREEN value IS 242 (94.92% from 255) = 36.12%
BLUE value IS 240 (94.14% from 255) = 35.82%
R=28.06%
G=36.12%
B=35.82%

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
Decimal1882422400.2200.010.05177.7867.584.31
HexBCF2F016015b24454
Octal27436236026015262104124
Binary10111100111100101111000010110011011011001010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF2F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF2F0; }

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

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

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

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

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

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

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

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