#BCF8F0

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

Shades of Pale Turquoise #BCF8F0

Tints of Pale Turquoise #BCF8F0

Color information

#BCF8F0 (or 0xBCF8F0) is unknown color: approx Pale Turquoise. HEX triplet: BC, F8 and F0. RGB value is (188,248,240). Sum of RGB (Red+Green+Blue) = 188+248+240=676 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.81% from 676); Green value is 248 (97.27% from 255 or 36.69% from 676); Blue value is 240 (94.14% from 255 or 35.50% from 676); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF8F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF8F0 is #43070F. Grayscale: #E5E5E5. Windows color (decimal): -4392720 or 15792316. OLE color: 15792316.

HSL color Cylindrical-coordinate representation of color #BCF8F0: hue angle of 172º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCF8F0 is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.

Color convert

RGB188248240-
CMYK0.2400.030.03
HSL172º81.08%85.49%-
HSV(B)172º24.19%97.25%-
XYZ70.0384.1294.98-
YUV229.15134.1298.65-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 27.81%
GREEN value IS 248 (97.27% from 255) = 36.69%
BLUE value IS 240 (94.14% from 255) = 35.50%
R=27.81%
G=36.69%
B=35.50%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1882482400.2400.030.0317281.0885.49
HexBCF8F018033ac5155
Octal27437036030033254121125
Binary10111100111110001111000011000011111010110010100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF8F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF8F0; }

 p { color: rgb(188,248,240); }

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

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

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

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

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

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

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