#BCFCF5

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

Shades of Pale Turquoise #BCFCF5

Tints of Pale Turquoise #BCFCF5

Color information

#BCFCF5 (or 0xBCFCF5) is unknown color: approx Pale Turquoise. HEX triplet: BC, FC and F5. RGB value is (188,252,245). Sum of RGB (Red+Green+Blue) = 188+252+245=685 (90% of max value = 765). Red value is 188 (73.83% from 255 or 27.45% from 685); Green value is 252 (98.83% from 255 or 36.79% from 685); Blue value is 245 (96.09% from 255 or 35.77% from 685); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFCF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFCF5 is #43030A. Grayscale: #E8E8E8. Windows color (decimal): -4391691 or 16121020. OLE color: 16121020.

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

Color convert

RGB188252245-
CMYK0.2500.030.01
HSL173.44º91.43%86.27%-
HSV(B)173.44º25.4%98.82%-
XYZ72.0386.999.36-
YUV232.07135.396.57-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 27.45%
GREEN value IS 252 (98.83% from 255) = 36.79%
BLUE value IS 245 (96.09% from 255) = 35.77%
R=27.45%
G=36.79%
B=35.77%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1882522450.2500.030.01173.4491.4386.27
HexBCFCF519031ad5b56
Octal27437436531031255133126
Binary1011110011111100111101011100101111010110110110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFCF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFCF5; }

 p { color: rgb(188,252,245); }

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

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

 a { background-color: rgb(188,252,245); }

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

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

 span { border-color: rgb(188,252,245); }

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