#BCFAFA

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

Shades of Pale Turquoise #BCFAFA

Tints of Pale Turquoise #BCFAFA

Color information

#BCFAFA (or 0xBCFAFA) is unknown color: approx Pale Turquoise. HEX triplet: BC, FA and FA. RGB value is (188,250,250). Sum of RGB (Red+Green+Blue) = 188+250+250=688 (91% of max value = 765). Red value is 188 (73.83% from 255 or 27.33% from 688); Green value is 250 (98.05% from 255 or 36.34% from 688); Blue value is 250 (98.05% from 255 or 36.34% from 688); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #BCFAFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFAFA is #430505. Grayscale: #E7E7E7. Windows color (decimal): -4392198 or 16448188. OLE color: 16448188.

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

Color convert

RGB188250250-
CMYK0.25000.02
HSL180º86.11%85.88%-
HSV(B)180º24.8%98.04%-
XYZ72.1885.96103.23-
YUV231.46138.4697-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 27.33%
GREEN value IS 250 (98.05% from 255) = 36.34%
BLUE value IS 250 (98.05% from 255) = 36.34%
R=27.33%
G=36.34%
B=36.34%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882502500.25000.0218086.1185.88
HexBCFAFA19002b45656
Octal27437237231002264126126
Binary1011110011111010111110101100100101011010010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFAFA; }

 p { color: rgb(188,250,250); }

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

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

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

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

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

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

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