#BCFBF0

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

Shades of Pale Turquoise #BCFBF0

Tints of Pale Turquoise #BCFBF0

Color information

#BCFBF0 (or 0xBCFBF0) is unknown color: approx Pale Turquoise. HEX triplet: BC, FB and F0. RGB value is (188,251,240). Sum of RGB (Red+Green+Blue) = 188+251+240=679 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.69% from 679); Green value is 251 (98.44% from 255 or 36.97% from 679); Blue value is 240 (94.14% from 255 or 35.35% from 679); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFBF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFBF0 is #43040F. Grayscale: #E6E6E6. Windows color (decimal): -4391952 or 15793084. OLE color: 15793084.

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

Color convert

RGB188251240-
CMYK0.2500.040.02
HSL169.52º88.73%86.08%-
HSV(B)169.52º25.1%98.43%-
XYZ70.9685.9895.29-
YUV230.91133.1397.39-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 27.69%
GREEN value IS 251 (98.44% from 255) = 36.97%
BLUE value IS 240 (94.14% from 255) = 35.35%
R=27.69%
G=36.97%
B=35.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882512400.2500.040.02169.5288.7386.08
HexBCFBF019042aa5956
Octal27437336031042252131126
Binary101111001111101111110000110010100101010101010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFBF0; }

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

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

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

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

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

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

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

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