#BCF2ED

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

Shades of Pale Turquoise #BCF2ED

Tints of Pale Turquoise #BCF2ED

Color information

#BCF2ED (or 0xBCF2ED) is unknown color: approx Pale Turquoise. HEX triplet: BC, F2 and ED. RGB value is (188,242,237). Sum of RGB (Red+Green+Blue) = 188+242+237=667 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.19% from 667); Green value is 242 (94.92% from 255 or 36.28% from 667); Blue value is 237 (92.97% from 255 or 35.53% from 667); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF2ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF2ED is #430D12. Grayscale: #E1E1E1. Windows color (decimal): -4394259 or 15594172. OLE color: 15594172.

HSL color Cylindrical-coordinate representation of color #BCF2ED: hue angle of 174.44º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCF2ED is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB188242237-
CMYK0.2200.020.05
HSL174.44º67.5%84.31%-
HSV(B)174.44º22.31%94.9%-
XYZ67.7880.3192.05-
YUV225.28134.61101.41-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.19%
GREEN value IS 242 (94.92% from 255) = 36.28%
BLUE value IS 237 (92.97% from 255) = 35.53%
R=28.19%
G=36.28%
B=35.53%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882422370.2200.020.05174.4467.584.31
HexBCF2ED16025ae4454
Octal27436235526025256104124
Binary101111001111001011101101101100101011010111010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF2ED; }

 p { color: rgb(188,242,237); }

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

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

 a { background-color: rgb(188,242,237); }

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

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

 span { border-color: rgb(188,242,237); }

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