#BCFCFA

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

Shades of Pale Turquoise #BCFCFA

Tints of Pale Turquoise #BCFCFA

Color information

#BCFCFA (or 0xBCFCFA) is unknown color: approx Pale Turquoise. HEX triplet: BC, FC and FA. RGB value is (188,252,250). Sum of RGB (Red+Green+Blue) = 188+252+250=690 (91% of max value = 765). Red value is 188 (73.83% from 255 or 27.25% from 690); Green value is 252 (98.83% from 255 or 36.52% from 690); Blue value is 250 (98.05% from 255 or 36.23% from 690); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFCFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFCFA is #430305. Grayscale: #E8E8E8. Windows color (decimal): -4391686 or 16448700. OLE color: 16448700.

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

Color convert

RGB188252250-
CMYK0.2500.010.01
HSL178.12º91.43%86.27%-
HSV(B)178.12º25.4%98.82%-
XYZ72.887.21103.44-
YUV232.64137.896.16-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 27.25%
GREEN value IS 252 (98.83% from 255) = 36.52%
BLUE value IS 250 (98.05% from 255) = 36.23%
R=27.25%
G=36.52%
B=36.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1882522500.2500.010.01178.1291.4386.27
HexBCFCFA19011b25b56
Octal27437437231011262133126
Binary101111001111110011111010110010111011001010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFCFA; }

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

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

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

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

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

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

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

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