#BCF7EF

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

Shades of Pale Turquoise #BCF7EF

Tints of Pale Turquoise #BCF7EF

Color information

#BCF7EF (or 0xBCF7EF) is unknown color: approx Pale Turquoise. HEX triplet: BC, F7 and EF. RGB value is (188,247,239). Sum of RGB (Red+Green+Blue) = 188+247+239=674 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.89% from 674); Green value is 247 (96.88% from 255 or 36.65% from 674); Blue value is 239 (93.75% from 255 or 35.46% from 674); Max value from RGB is 247 - color contains mainly: green. Hex color #BCF7EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF7EF is #430810. Grayscale: #E4E4E4. Windows color (decimal): -4392977 or 15726524. OLE color: 15726524.

HSL color Cylindrical-coordinate representation of color #BCF7EF: hue angle of 171.86º degrees, saturation: 0.79, 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 #BCF7EF is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.

Color convert

RGB188247239-
CMYK0.2400.030.03
HSL171.86º78.67%85.29%-
HSV(B)171.86º23.89%96.86%-
XYZ69.5883.4494.1-
YUV228.45133.9599.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 27.89%
GREEN value IS 247 (96.88% from 255) = 36.65%
BLUE value IS 239 (93.75% from 255) = 35.46%
R=27.89%
G=36.65%
B=35.46%

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
Decimal1882472390.2400.030.03171.8678.6785.29
HexBCF7EF18033ac4f55
Octal27436735730033254117125
Binary10111100111101111110111111000011111010110010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF7EF; }

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

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

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

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

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

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

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

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