#BCFDF1

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

Shades of Pale Turquoise #BCFDF1

Tints of Pale Turquoise #BCFDF1

Color information

#BCFDF1 (or 0xBCFDF1) is unknown color: approx Pale Turquoise. HEX triplet: BC, FD and F1. RGB value is (188,253,241). Sum of RGB (Red+Green+Blue) = 188+253+241=682 (90% of max value = 765). Red value is 188 (73.83% from 255 or 27.57% from 682); Green value is 253 (99.22% from 255 or 37.10% from 682); Blue value is 241 (94.53% from 255 or 35.34% from 682); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFDF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFDF1 is #43020E. Grayscale: #E8E8E8. Windows color (decimal): -4391439 or 15859132. OLE color: 15859132.

HSL color Cylindrical-coordinate representation of color #BCFDF1: hue angle of 168.92º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCFDF1 is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB188253241-
CMYK0.2600.050.01
HSL168.92º94.2%86.47%-
HSV(B)168.92º25.69%99.22%-
XYZ71.7487.2996.29-
YUV232.2132.9796.48-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 27.57%
GREEN value IS 253 (99.22% from 255) = 37.10%
BLUE value IS 241 (94.53% from 255) = 35.34%
R=27.57%
G=37.10%
B=35.34%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1882532410.2600.050.01168.9294.286.47
HexBCFDF11A051a95e56
Octal27437536132051251136126
Binary10111100111111011111000111010010111010100110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFDF1; }

 p { color: rgb(188,253,241); }

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

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

 a { background-color: rgb(188,253,241); }

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

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

 span { border-color: rgb(188,253,241); }

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