#BCFDFE

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

Shades of Pale Turquoise #BCFDFE

Tints of Pale Turquoise #BCFDFE

Color information

#BCFDFE (or 0xBCFDFE) is unknown color: approx Pale Turquoise. HEX triplet: BC, FD and FE. RGB value is (188,253,254). Sum of RGB (Red+Green+Blue) = 188+253+254=695 (92% of max value = 765). Red value is 188 (73.83% from 255 or 27.05% from 695); Green value is 253 (99.22% from 255 or 36.40% from 695); Blue value is 254 (99.61% from 255 or 36.55% from 695); Max value from RGB is 254 - color contains mainly: blue. Hex color #BCFDFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFDFE is #430201. Grayscale: #E9E9E9. Windows color (decimal): -4391426 or 16711100. OLE color: 16711100.

HSL color Cylindrical-coordinate representation of color #BCFDFE: hue angle of 180.91º 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 #BCFDFE is Cyan = 0.26, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB188253254-
CMYK0.260.0000.00
HSL180.91º97.06%86.67%-
HSV(B)180.91º25.98%99.61%-
XYZ73.7588.1106.88-
YUV233.68139.4795.42-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 27.05%
GREEN value IS 253 (99.22% from 255) = 36.40%
BLUE value IS 254 (99.61% from 255) = 36.55%
R=27.05%
G=36.40%
B=36.55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1882532540.260.0000.00180.9197.0686.67
HexBCFDFE1A000b56157
Octal27437537632000265141127
Binary101111001111110111111110110100001011010111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFDFE; }

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

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

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

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

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

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

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

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