#BCF6F4

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

Shades of Pale Turquoise #BCF6F4

Tints of Pale Turquoise #BCF6F4

Color information

#BCF6F4 (or 0xBCF6F4) is unknown color: approx Pale Turquoise. HEX triplet: BC, F6 and F4. RGB value is (188,246,244). Sum of RGB (Red+Green+Blue) = 188+246+244=678 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.73% from 678); Green value is 246 (96.48% from 255 or 36.28% from 678); Blue value is 244 (95.70% from 255 or 35.99% from 678); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF6F4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF6F4 is #43090B. Grayscale: #E4E4E4. Windows color (decimal): -4393228 or 16053948. OLE color: 16053948.

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

Color convert

RGB188246244-
CMYK0.2400.010.04
HSL177.93º76.32%85.1%-
HSV(B)177.93º23.58%96.47%-
XYZ70.0283.1397.94-
YUV228.43136.7899.16-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 27.73%
GREEN value IS 246 (96.48% from 255) = 36.28%
BLUE value IS 244 (95.70% from 255) = 35.99%
R=27.73%
G=36.28%
B=35.99%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1882462440.2400.010.04177.9376.3285.1
HexBCF6F418014b24c55
Octal27436636430014262114125
Binary10111100111101101111010011000011001011001010011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF6F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF6F4; }

 p { color: rgb(188,246,244); }

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

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

 a { background-color: rgb(188,246,244); }

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

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

 span { border-color: rgb(188,246,244); }

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