#BCF7EE

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

Shades of Pale Turquoise #BCF7EE

Tints of Pale Turquoise #BCF7EE

Color information

#BCF7EE (or 0xBCF7EE) is unknown color: approx Pale Turquoise. HEX triplet: BC, F7 and EE. RGB value is (188,247,238). Sum of RGB (Red+Green+Blue) = 188+247+238=673 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.93% from 673); Green value is 247 (96.88% from 255 or 36.70% from 673); Blue value is 238 (93.36% from 255 or 35.36% from 673); Max value from RGB is 247 - color contains mainly: green. Hex color #BCF7EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF7EE is #430811. Grayscale: #E4E4E4. Windows color (decimal): -4392978 or 15660988. OLE color: 15660988.

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

Color convert

RGB188247238-
CMYK0.2400.040.03
HSL170.85º78.67%85.29%-
HSV(B)170.85º23.89%96.86%-
XYZ69.4383.3993.32-
YUV228.33133.4599.23-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 27.93%
GREEN value IS 247 (96.88% from 255) = 36.70%
BLUE value IS 238 (93.36% from 255) = 35.36%
R=27.93%
G=36.70%
B=35.36%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1882472380.2400.040.03170.8578.6785.29
HexBCF7EE18043ab4f55
Octal27436735630043253117125
Binary101111001111011111101110110000100111010101110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF7EE; }

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

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

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

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

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

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

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

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