#BCFBFA

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

Shades of Pale Turquoise #BCFBFA

Tints of Pale Turquoise #BCFBFA

Color information

#BCFBFA (or 0xBCFBFA) is unknown color: approx Pale Turquoise. HEX triplet: BC, FB and FA. RGB value is (188,251,250). Sum of RGB (Red+Green+Blue) = 188+251+250=689 (91% of max value = 765). Red value is 188 (73.83% from 255 or 27.29% from 689); Green value is 251 (98.44% from 255 or 36.43% from 689); Blue value is 250 (98.05% from 255 or 36.28% from 689); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFBFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFBFA is #430405. Grayscale: #E7E7E7. Windows color (decimal): -4391942 or 16448444. OLE color: 16448444.

HSL color Cylindrical-coordinate representation of color #BCFBFA: hue angle of 179.05º degrees, saturation: 0.89, 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 #BCFBFA is Cyan = 0.25, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.02.

Color convert

RGB188251250-
CMYK0.2500.000.02
HSL179.05º88.73%86.08%-
HSV(B)179.05º25.1%98.43%-
XYZ72.4986.59103.33-
YUV232.05138.1396.58-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 27.29%
GREEN value IS 251 (98.44% from 255) = 36.43%
BLUE value IS 250 (98.05% from 255) = 36.28%
R=27.29%
G=36.43%
B=36.28%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882512500.2500.000.02179.0588.7386.08
HexBCFBFA19002b35956
Octal27437337231002263131126
Binary1011110011111011111110101100100101011001110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFBFA; }

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

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

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

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

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

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

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

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