#BCF5F2

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

Shades of Pale Turquoise #BCF5F2

Tints of Pale Turquoise #BCF5F2

Color information

#BCF5F2 (or 0xBCF5F2) is unknown color: approx Pale Turquoise. HEX triplet: BC, F5 and F2. RGB value is (188,245,242). Sum of RGB (Red+Green+Blue) = 188+245+242=675 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.85% from 675); Green value is 245 (96.09% from 255 or 36.30% from 675); Blue value is 242 (94.92% from 255 or 35.85% from 675); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF5F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF5F2 is #430A0D. Grayscale: #E3E3E3. Windows color (decimal): -4393486 or 15922620. OLE color: 15922620.

HSL color Cylindrical-coordinate representation of color #BCF5F2: hue angle of 176.84º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCF5F2 is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.04.

Color convert

RGB188245242-
CMYK0.2300.010.04
HSL176.84º74.03%84.9%-
HSV(B)176.84º23.27%96.08%-
XYZ69.4282.4196.25-
YUV227.61136.1299.74-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 27.85%
GREEN value IS 245 (96.09% from 255) = 36.30%
BLUE value IS 242 (94.92% from 255) = 35.85%
R=27.85%
G=36.30%
B=35.85%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1882452420.2300.010.04176.8474.0384.9
HexBCF5F217014b14a55
Octal27436536227014261112125
Binary10111100111101011111001010111011001011000110010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF5F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF5F2; }

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

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

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

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

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

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

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

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