#BCF7FD

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

Shades of Pale Turquoise #BCF7FD

Tints of Pale Turquoise #BCF7FD

Color information

#BCF7FD (or 0xBCF7FD) is unknown color: approx Pale Turquoise. HEX triplet: BC, F7 and FD. RGB value is (188,247,253). Sum of RGB (Red+Green+Blue) = 188+247+253=688 (91% of max value = 765). Red value is 188 (73.83% from 255 or 27.33% from 688); Green value is 247 (96.88% from 255 or 35.90% from 688); Blue value is 253 (99.22% from 255 or 36.77% from 688); Max value from RGB is 253 - color contains mainly: blue. Hex color #BCF7FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF7FD is #430802. Grayscale: #E5E5E5. Windows color (decimal): -4392963 or 16644028. OLE color: 16644028.

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

Color convert

RGB188247253-
CMYK0.260.0200.01
HSL185.54º94.2%86.47%-
HSV(B)185.54º25.69%99.22%-
XYZ71.7384.3105.42-
YUV230.04140.9598.01-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 27.33%
GREEN value IS 247 (96.88% from 255) = 35.90%
BLUE value IS 253 (99.22% from 255) = 36.77%
R=27.33%
G=35.90%
B=36.77%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1882472530.260.0200.01185.5494.286.47
HexBCF7FD1A201ba5e56
Octal27436737532201272136126
Binary1011110011110111111111011101010011011101010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF7FD; }

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

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

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

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

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

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

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

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