#BCFDF7

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

Shades of Pale Turquoise #BCFDF7

Tints of Pale Turquoise #BCFDF7

Color information

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

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

Color convert

RGB188253247-
CMYK0.2600.020.01
HSL174.46º94.2%86.47%-
HSV(B)174.46º25.69%99.22%-
XYZ72.6587.66101.09-
YUV232.88135.9795.99-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1882532470.2600.020.01174.4694.286.47
HexBCFDF71A021ae5e56
Octal27437536732021256136126
Binary1011110011111101111101111101001011010111010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFDF7; }

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

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

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

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

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

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

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

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