#BCF3EE

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

Shades of Pale Turquoise #BCF3EE

Tints of Pale Turquoise #BCF3EE

Color information

#BCF3EE (or 0xBCF3EE) is unknown color: approx Pale Turquoise. HEX triplet: BC, F3 and EE. RGB value is (188,243,238). Sum of RGB (Red+Green+Blue) = 188+243+238=669 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.10% from 669); Green value is 243 (95.31% from 255 or 36.32% from 669); Blue value is 238 (93.36% from 255 or 35.58% from 669); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF3EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF3EE is #430C11. Grayscale: #E1E1E1. Windows color (decimal): -4394002 or 15659964. OLE color: 15659964.

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

Color convert

RGB188243238-
CMYK0.2300.020.05
HSL174.55º69.62%84.51%-
HSV(B)174.55º22.63%95.29%-
XYZ68.2280.9792.92-
YUV225.98134.78100.91-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.10%
GREEN value IS 243 (95.31% from 255) = 36.32%
BLUE value IS 238 (93.36% from 255) = 35.58%
R=28.10%
G=36.32%
B=35.58%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882432380.2300.020.05174.5569.6284.51
HexBCF3EE17025af4655
Octal27436335627025257106125
Binary101111001111001111101110101110101011010111110001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF3EE; }

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

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

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

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

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

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

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

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