#BCFCFC

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

Shades of Pale Turquoise #BCFCFC

Tints of Pale Turquoise #BCFCFC

Color information

#BCFCFC (or 0xBCFCFC) is unknown color: approx Pale Turquoise. HEX triplet: BC, FC and FC. RGB value is (188,252,252). Sum of RGB (Red+Green+Blue) = 188+252+252=692 (91% of max value = 765). Red value is 188 (73.83% from 255 or 27.17% from 692); Green value is 252 (98.83% from 255 or 36.42% from 692); Blue value is 252 (98.83% from 255 or 36.42% from 692); Max value from RGB is 252 - color contains mainly: green, blue. Hex color #BCFCFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFCFC is #430303. Grayscale: #E8E8E8. Windows color (decimal): -4391684 or 16579772. OLE color: 16579772.

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

Color convert

RGB188252252-
CMYK0.25000.01
HSL180º91.43%86.27%-
HSV(B)180º25.4%98.82%-
XYZ73.1287.34105.1-
YUV232.86138.896-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 27.17%
GREEN value IS 252 (98.83% from 255) = 36.42%
BLUE value IS 252 (98.83% from 255) = 36.42%
R=27.17%
G=36.42%
B=36.42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1882522520.25000.0118091.4386.27
HexBCFCFC19001b45b56
Octal27437437431001264133126
Binary101111001111110011111100110010011011010010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFCFC; }

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

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

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

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

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

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

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

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