#BCFFFB

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

Shades of Pale Turquoise #BCFFFB

Tints of Pale Turquoise #BCFFFB

Color information

#BCFFFB (or 0xBCFFFB) is unknown color: approx Pale Turquoise. HEX triplet: BC, FF and FB. RGB value is (188,255,251). Sum of RGB (Red+Green+Blue) = 188+255+251=694 (91% of max value = 765). Red value is 188 (73.83% from 255 or 27.09% from 694); Green value is 255 (100% from 255 or 36.74% from 694); Blue value is 251 (98.44% from 255 or 36.17% from 694); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFFFB is #430004. Grayscale: #EAEAEA. Windows color (decimal): -4390917 or 16515004. OLE color: 16515004.

HSL color Cylindrical-coordinate representation of color #BCFFFB: hue angle of 176.42º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCFFFB is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB188255251-
CMYK0.2600.020
HSL176.42º100%86.86%-
HSV(B)176.42º26.27%100%-
XYZ73.9189.18104.58-
YUV234.51137.394.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 27.09%
GREEN value IS 255 (100% from 255) = 36.74%
BLUE value IS 251 (98.44% from 255) = 36.17%
R=27.09%
G=36.74%
B=36.17%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1882552510.2600.020176.4210086.86
HexBCFFFB1A020b06457
Octal27437737332020260144127
Binary1011110011111111111110111101001001011000011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFFFB; }

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

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

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

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

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

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

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

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