#BCF5FB

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

Shades of Pale Turquoise #BCF5FB

Tints of Pale Turquoise #BCF5FB

Color information

#BCF5FB (or 0xBCF5FB) is unknown color: approx Pale Turquoise. HEX triplet: BC, F5 and FB. RGB value is (188,245,251). Sum of RGB (Red+Green+Blue) = 188+245+251=684 (90% of max value = 765). Red value is 188 (73.83% from 255 or 27.49% from 684); Green value is 245 (96.09% from 255 or 35.82% from 684); Blue value is 251 (98.44% from 255 or 36.70% from 684); Max value from RGB is 251 - color contains mainly: blue. Hex color #BCF5FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF5FB is #430A04. Grayscale: #E4E4E4. Windows color (decimal): -4393477 or 16512444. OLE color: 16512444.

HSL color Cylindrical-coordinate representation of color #BCF5FB: hue angle of 185.71º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCF5FB is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB188245251-
CMYK0.250.0200.02
HSL185.71º88.73%86.08%-
HSV(B)185.71º25.1%98.43%-
XYZ70.882.96103.55-
YUV228.64140.6299.01-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 27.49%
GREEN value IS 245 (96.09% from 255) = 35.82%
BLUE value IS 251 (98.44% from 255) = 36.70%
R=27.49%
G=35.82%
B=36.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882452510.250.0200.02185.7188.7386.08
HexBCF5FB19202ba5956
Octal27436537331202272131126
Binary10111100111101011111101111001100101011101010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF5FB; }

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

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

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

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

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

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

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

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