#BCFEFF

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

Shades of Pale Turquoise #BCFEFF

Tints of Pale Turquoise #BCFEFF

Color information

#BCFEFF (or 0xBCFEFF) is unknown color: approx Pale Turquoise. HEX triplet: BC, FE and FF. RGB value is (188,254,255). Sum of RGB (Red+Green+Blue) = 188+254+255=697 (92% of max value = 765). Red value is 188 (73.83% from 255 or 26.97% from 697); Green value is 254 (99.61% from 255 or 36.44% from 697); Blue value is 255 (100% from 255 or 36.59% from 697); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCFEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFEFF is #430100. Grayscale: #EAEAEA. Windows color (decimal): -4391169 or 16776892. OLE color: 16776892.

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

Color convert

RGB188254255-
CMYK0.260.0000
HSL180.9º100%86.86%-
HSV(B)180.9º26.27%100%-
XYZ74.2388.79107.83-
YUV234.38139.6394.92-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 26.97%
GREEN value IS 254 (99.61% from 255) = 36.44%
BLUE value IS 255 (100% from 255) = 36.59%
R=26.97%
G=36.44%
B=36.59%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1882542550.260.0000180.910086.86
HexBCFEFF1A000b56457
Octal27437637732000265144127
Binary101111001111111011111111110100001011010111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFEFF; }

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

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

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

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

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

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

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

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