#BCFBF3

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

Shades of Pale Turquoise #BCFBF3

Tints of Pale Turquoise #BCFBF3

Color information

#BCFBF3 (or 0xBCFBF3) is unknown color: approx Pale Turquoise. HEX triplet: BC, FB and F3. RGB value is (188,251,243). Sum of RGB (Red+Green+Blue) = 188+251+243=682 (90% of max value = 765). Red value is 188 (73.83% from 255 or 27.57% from 682); Green value is 251 (98.44% from 255 or 36.80% from 682); Blue value is 243 (95.31% from 255 or 35.63% from 682); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFBF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFBF3 is #43040C. Grayscale: #E7E7E7. Windows color (decimal): -4391949 or 15989692. OLE color: 15989692.

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

Color convert

RGB188251243-
CMYK0.2500.030.02
HSL172.38º88.73%86.08%-
HSV(B)172.38º25.1%98.43%-
XYZ71.4186.1697.66-
YUV231.25134.6397.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 27.57%
GREEN value IS 251 (98.44% from 255) = 36.80%
BLUE value IS 243 (95.31% from 255) = 35.63%
R=27.57%
G=36.80%
B=35.63%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882512430.2500.030.02172.3888.7386.08
HexBCFBF319032ac5956
Octal27437336331032254131126
Binary10111100111110111111001111001011101010110010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFBF3; }

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

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

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

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

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

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

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

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