#BCF6FE

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

Shades of Pale Turquoise #BCF6FE

Tints of Pale Turquoise #BCF6FE

Color information

#BCF6FE (or 0xBCF6FE) is unknown color: approx Pale Turquoise. HEX triplet: BC, F6 and FE. RGB value is (188,246,254). Sum of RGB (Red+Green+Blue) = 188+246+254=688 (91% of max value = 765). Red value is 188 (73.83% from 255 or 27.33% from 688); Green value is 246 (96.48% from 255 or 35.76% from 688); Blue value is 254 (99.61% from 255 or 36.92% from 688); Max value from RGB is 254 - color contains mainly: blue. Hex color #BCF6FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF6FE is #430901. Grayscale: #E5E5E5. Windows color (decimal): -4393218 or 16709308. OLE color: 16709308.

HSL color Cylindrical-coordinate representation of color #BCF6FE: hue angle of 187.27º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCF6FE is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB188246254-
CMYK0.260.0300.00
HSL187.27º97.06%86.67%-
HSV(B)187.27º25.98%99.61%-
XYZ71.5883.76106.16-
YUV229.57141.7898.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 27.33%
GREEN value IS 246 (96.48% from 255) = 35.76%
BLUE value IS 254 (99.61% from 255) = 36.92%
R=27.33%
G=35.76%
B=36.92%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1882462540.260.0300.00187.2797.0686.67
HexBCF6FE1A300bb6157
Octal27436637632300273141127
Binary1011110011110110111111101101011001011101111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF6FE; }

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

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

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

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

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

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

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

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