#BCFCFB

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

Shades of Pale Turquoise #BCFCFB

Tints of Pale Turquoise #BCFCFB

Color information

#BCFCFB (or 0xBCFCFB) is unknown color: approx Pale Turquoise. HEX triplet: BC, FC and FB. RGB value is (188,252,251). Sum of RGB (Red+Green+Blue) = 188+252+251=691 (91% of max value = 765). Red value is 188 (73.83% from 255 or 27.21% from 691); Green value is 252 (98.83% from 255 or 36.47% from 691); Blue value is 251 (98.44% from 255 or 36.32% from 691); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFCFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFCFB is #430304. Grayscale: #E8E8E8. Windows color (decimal): -4391685 or 16514236. OLE color: 16514236.

HSL color Cylindrical-coordinate representation of color #BCFCFB: hue angle of 179.06º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCFCFB is Cyan = 0.25, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.

Color convert

RGB188252251-
CMYK0.2500.000.01
HSL179.06º91.43%86.27%-
HSV(B)179.06º25.4%98.82%-
XYZ72.9687.28104.27-
YUV232.75138.396.08-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 27.21%
GREEN value IS 252 (98.83% from 255) = 36.47%
BLUE value IS 251 (98.44% from 255) = 36.32%
R=27.21%
G=36.47%
B=36.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1882522510.2500.000.01179.0691.4386.27
HexBCFCFB19001b35b56
Octal27437437331001263133126
Binary101111001111110011111011110010011011001110110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFCFB; }

 p { color: rgb(188,252,251); }

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

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

 a { background-color: rgb(188,252,251); }

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

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

 span { border-color: rgb(188,252,251); }

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