#BCFBF2

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

Shades of Pale Turquoise #BCFBF2

Tints of Pale Turquoise #BCFBF2

Color information

#BCFBF2 (or 0xBCFBF2) is unknown color: approx Pale Turquoise. HEX triplet: BC, FB and F2. RGB value is (188,251,242). Sum of RGB (Red+Green+Blue) = 188+251+242=681 (90% of max value = 765). Red value is 188 (73.83% from 255 or 27.61% from 681); Green value is 251 (98.44% from 255 or 36.86% from 681); Blue value is 242 (94.92% from 255 or 35.54% from 681); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFBF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFBF2 is #43040D. Grayscale: #E7E7E7. Windows color (decimal): -4391950 or 15924156. OLE color: 15924156.

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

Color convert

RGB188251242-
CMYK0.2500.040.02
HSL171.43º88.73%86.08%-
HSV(B)171.43º25.1%98.43%-
XYZ71.2686.196.87-
YUV231.14134.1397.23-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 27.61%
GREEN value IS 251 (98.44% from 255) = 36.86%
BLUE value IS 242 (94.92% from 255) = 35.54%
R=27.61%
G=36.86%
B=35.54%

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
Decimal1882512420.2500.040.02171.4388.7386.08
HexBCFBF219042ab5956
Octal27437336231042253131126
Binary101111001111101111110010110010100101010101110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFBF2; }

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

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

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

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

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

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

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

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